Skip to content

Commit

Permalink
Merge pull request #75 from serlo/dependabot/github_actions/easingthe…
Browse files Browse the repository at this point in the history
…mes/ssh-deploy-5.1.1

chore(deps): bump easingthemes/ssh-deploy from 5.1.0 to 5.1.1
  • Loading branch information
hugotiburtino authored Sep 30, 2024
2 parents 7fd03a5 + 5a00d13 commit 5955a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-uberspace-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to Server
uses: easingthemes/[email protected].0
uses: easingthemes/[email protected].1
with:
ARGS: '-rlgoDzvc -i --delete'
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-uberspace-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to Server
uses: easingthemes/[email protected].0
uses: easingthemes/[email protected].1
with:
ARGS: '-rlgoDzvc -i --delete'
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 5955a11

Please sign in to comment.