Skip to content

Commit

Permalink
added remaining commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JGPenaB committed Aug 27, 2024
1 parent 8ae9daa commit f30551a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/DO-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
key: ${{ secrets.SSH_KEY }}
username: ${{ secrets.SSH_USERNAME }}
script: ls
script: |
cd /Pasante_bot/
git pull origin master
forever restart 0

0 comments on commit f30551a

Please sign in to comment.