Skip to content

Commit ae0c6e0

Browse files
committed
(chore) change secret name in ci/cd deploy pipeline
1 parent 22dcd01 commit ae0c6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
port: ${{ env.SSH_PORT }}
179179
key: ${{ env.SSH_KEY }}
180180
passphrase: ${{ env.SSH_PASSPHRASE }}
181-
script: exec/make-conf ${{ env.SERVER_OUTPUT }} "${{ secrets.CONFIG_FILE_CONTENT }}"
181+
script: exec/make-conf ${{ env.SERVER_OUTPUT }} "${{ secrets.APP_CONFIG_FILE_CONTENT }}"
182182

183183
- name: Start process
184184
uses: appleboy/ssh-action@v1.1.0

0 commit comments

Comments
 (0)