We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dcd01 commit ae0c6e0Copy full SHA for ae0c6e0
.github/workflows/deploy.yml
@@ -178,7 +178,7 @@ jobs:
178
port: ${{ env.SSH_PORT }}
179
key: ${{ env.SSH_KEY }}
180
passphrase: ${{ env.SSH_PASSPHRASE }}
181
- script: exec/make-conf ${{ env.SERVER_OUTPUT }} "${{ secrets.CONFIG_FILE_CONTENT }}"
+ script: exec/make-conf ${{ env.SERVER_OUTPUT }} "${{ secrets.APP_CONFIG_FILE_CONTENT }}"
182
183
- name: Start process
184
uses: appleboy/ssh-action@v1.1.0
0 commit comments