Skip to content

Commit

Permalink
Update backend-gla-prod-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadAthani authored Nov 25, 2024
1 parent 8805c29 commit 6ad0837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-gla-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Deploy to server
run: |
sshpass -p '${{ secrets.EC2_SSH_KEY_ALT_GLA_PROD }}' ssh -v -o StrictHostKeyChecking=no ${{ secrets.USERNAME_ALT_GLA_PROD }}@${{ secrets.HOST_DNS_ALT_GLA_PROD }} <<'ENDSSH'
cd /home/prasad/alt-gla-prod #It is deploying on server 13.203.108.107 For Dev Environment only please note.
cd /home/prasad/alt-gla-prod-backend #It is deploying on server 13.203.108.107 For Dev Environment only please note.
./deploy.sh
ENDSSH
Expand Down

0 comments on commit 6ad0837

Please sign in to comment.