Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham1603 authored Nov 30, 2023
1 parent aa35b9a commit bdc7e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Deploy code
run: |
ssh ubuntu@13.233.141.245 'cd /home/ubuntu/campus-nightpass && git pull https://pancham1603:${{ secrets.GH_TOKEN }}@github.com/pancham1603/campus-nightpass.git production && sudo docker compose down && sudo docker-compose up --build -d'
ssh ubuntu@13.233.141.245 'cd /home/ubuntu/campus-nightpass && git pull https://pancham1603:${{ secrets.GH_TOKEN }}@github.com/pancham1603/campus-nightpass.git production && sudo docker-compose down && sudo docker-compose up --build -d'

0 comments on commit bdc7e47

Please sign in to comment.