We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update deploy-dev.yml to use DEV secrets instead of PROD secrets
1 parent a5663d7 commit d6870e2Copy full SHA for d6870e2
1 file changed
.github/workflows/deploy-dev.yml
@@ -37,8 +37,8 @@ jobs:
37
with:
38
host: ${{ secrets.PROD_REMOTE_SERVER_ADDRESS }}
39
username: ${{ secrets.PROD_SERVER_USERNAME }}
40
- key: ${{ secrets.PROD_REMOTE_SERVER_KEY }}
41
- port: ${{ secrets.PROD_SSH_PORT }}
+ key: ${{ secrets.DEV_REMOTE_SERVER_KEY }}
+ port: ${{ secrets.DEV_SSH_PORT }}
42
script: |
43
pwd
44
cd app.gateway
0 commit comments