Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngullotta authored Nov 26, 2023
1 parent d4b3665 commit 297ed45
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 @@ -15,6 +15,6 @@ jobs:
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
- name: Fetch
run: ssh nik@${{ secrets.SSH_HOST }} "sudo su && cd /root/compositions/traefik/www/ouroboros.audio/html/ && git checkout main && git pull && exit"
run: ssh nik@${{ secrets.SSH_HOST }} "sudo git -C /root/compositions/traefik/www/ouroboros.audio/html/ pull"
- name: Cleanup
run: rm -rf ~/.ssh

0 comments on commit 297ed45

Please sign in to comment.