Skip to content

Commit

Permalink
Downgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldtreen committed Jul 17, 2023
1 parent e3cb64d commit dbb551d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ jobs:
env:
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Copy files
uses: appleboy/[email protected].4
uses: appleboy/[email protected].3
with:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
host: ${{ env.STAGE_HOST }}
source: "docker-compose.stage.yaml,envs/stage.env,prometheus.yml"
target: "/usr/local/epub-press"
timeout: 90s
passphrase: ${{ secrets.SSH_PASSPHRASE }}
- name: Restart Docker
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit dbb551d

Please sign in to comment.