Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin authored Apr 19, 2022
1 parent 90229e4 commit 83c408c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd ~/gits-smart
git pull origin master
cd ~/gits-capstone-project
git pull
docker-compose pull
docker-compose up -d
docker image prune -f

0 comments on commit 83c408c

Please sign in to comment.