Skip to content

Commit

Permalink
Update prathamscp-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 6, 2024
1 parent 38ae957 commit 92a5f10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prathamscp-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to dev-scp
name: Deploy to dev-scp on Tekdi
on:
push:
branches:
Expand All @@ -11,10 +11,10 @@ jobs:
- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_NAME_PRATHAM_DEV }}
username: ${{ secrets.USERNAME_PRATHAM_DEV }}
key: ${{ secrets.EC2_SSH_KEY_PRATHAM_DEV }}
port: ${{ secrets.PORT_PRATHAM_DEV }}
host: ${{ secrets.HOST_NAME_PRATHAM_TEKDI }}
username: ${{ secrets.USERNAME_PRATHAM_TEKDI }}
key: ${{ secrets.EC2_SSH_KEY_PRATHAM_TEKDI }}
port: ${{ secrets.PORT_PRATHAM_TEKDI }}
script: |
cd ${{ secrets.TARGET_DIR_PRATHAM_DEV }}
cd ${{ secrets.TARGET_DIR_PRATHAM_TEKDI }}
./deploy.sh

0 comments on commit 92a5f10

Please sign in to comment.