Skip to content

Commit

Permalink
Revert "Update deploy-site.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1e999a1.
  • Loading branch information
ymmmtym committed Dec 12, 2021
1 parent 1e999a1 commit 22a2819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: rsync repository
run: rsync -av --delete -o StrictHostKeyChecking=no --exclude-from=".gitignore" . keywoo@keywoo.yumenomatayume.net:~/keywoo
run: rsync -av --delete --exclude-from=".gitignore" . keywoo@keywoo.yumenomatayume.net:~/keywoo
- name: restart compose
run: |
ssh -o StrictHostKeyChecking=no keywoo@keywoo.yumenomatayume.net "cd keywoo && sudo docker-compose restart"
ssh keywoo@keywoo.yumenomatayume.net "cd keywoo && sudo docker-compose restart"

0 comments on commit 22a2819

Please sign in to comment.