Skip to content

Commit d6870e2

Browse files
committed
Update deploy-dev.yml to use DEV secrets instead of PROD secrets
1 parent a5663d7 commit d6870e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
host: ${{ secrets.PROD_REMOTE_SERVER_ADDRESS }}
3939
username: ${{ secrets.PROD_SERVER_USERNAME }}
40-
key: ${{ secrets.PROD_REMOTE_SERVER_KEY }}
41-
port: ${{ secrets.PROD_SSH_PORT }}
40+
key: ${{ secrets.DEV_REMOTE_SERVER_KEY }}
41+
port: ${{ secrets.DEV_SSH_PORT }}
4242
script: |
4343
pwd
4444
cd app.gateway

0 commit comments

Comments
 (0)