Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyPhantom authored Jul 7, 2023
1 parent 7a907f6 commit 9edcf8f
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 @@ -16,7 +16,7 @@ jobs:
with:
host: ${{ secrets.REMOTE_HOST }} # the IP or domain of your remote server
username: ${{ secrets.REMOTE_USER }} # the username of your remote server
key: ${{ secrets.REMOTE_SSH_KEY }} # the private SSH key of your remote server
passphrase: ${{ secrets.REMOTE_SSH_KEY }} # the private SSH key of your remote server
script: | # commands to be executed on the remote server
cd /var/www/html/bebras-platform/teacherInterface/bebras-tasks
git checkout master
Expand Down

0 comments on commit 9edcf8f

Please sign in to comment.