Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
fix: ディレクトリ参照動作を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
crab85193 committed Nov 8, 2023
1 parent 3c2756b commit 8ef108b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v2
- name: Deploy with rsync
run: |
ls -a
ssh ${{ secrets.SSH_HOST }} 'cd /home/$USER/tely; docker-compose -f docker-compose.prod.yml down'
rsync -auvPz ./ ${{ secrets.SSH_HOST }}:/home/${{ secrets.SSH_USER }}/tely/
ssh ${{ secrets.SSH_HOST }} 'cd /home/$USER/tely; docker-compose -f docker-compose.prod.yml up -d --build'

0 comments on commit 8ef108b

Please sign in to comment.