Skip to content

Commit

Permalink
permission変更&実行コマンドをテスト用に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Apr 6, 2024
1 parent 1a801c2 commit 44bfd2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE_YUSUKEKATOJP }}
debug: true
script: |
cd ~/public_html/yusukekato.jp/YusukeKatoBlog/
git checkout main
git pull origin main
cd scripts/
bash ./server_update.bash
whoami
ls -al

0 comments on commit 44bfd2a

Please sign in to comment.