Skip to content

Commit

Permalink
Update dev-PYM.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Mar 7, 2025
1 parent cce7935 commit b0f3f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-PYM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
host: ${{ secrets.HOST_NAME_DEVPYM }}
username: ${{ secrets.USERNAME_DEVPYM }}
key: ${{ secrets.EC2_SSH_KEY_DEV }}
port: ${{ secrets.PORT_DEV }}
key: ${{ secrets.EC2_SSH_KEY_DEVPYM }}
port: ${{ secrets.PORT_DEVPYM }}
script: |
cd ${{ secrets.TARGET_DIR_DEVPYM }}
if [ -f .env ]; then
Expand Down

0 comments on commit b0f3f2d

Please sign in to comment.