Skip to content

Commit

Permalink
Update prod-oblf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadAthani authored Mar 11, 2024
1 parent 02bde95 commit 1559bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-oblf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Deploy to server
run: |
sshpass -p '${{ secrets.EC2_SSH_KEY }}' ssh -v -o StrictHostKeyChecking=no ${{ secrets.USERNAME_OBLF }}@${{ secrets.HOST_DNS }} <<'ENDSSH'
cd /home/ubuntu/onest/onest-vistar-backend-githubaction
cd /home/oblf-21Feb/oblf-githubaction-backend
./deploy.sh
ENDSSH

0 comments on commit 1559bba

Please sign in to comment.