Skip to content

Commit

Permalink
Merge pull request #1485 from NicoPennec/fix/CI
Browse files Browse the repository at this point in the history
[CI] fix staging workflow
  • Loading branch information
NicoPennec authored Jul 9, 2024
2 parents e143872 + 9ef1bca commit 90955f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Kitsu on staging server
uses: appleboy/ssh-action@v0.1.4
uses: appleboy/ssh-action@v1.0.3
env:
HUSKY: 0
with:
Expand All @@ -21,6 +21,7 @@ jobs:
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script_stop: true
envs: HUSKY
script: |
cd /opt/kitsu
git pull
Expand Down

0 comments on commit 90955f6

Please sign in to comment.