Skip to content

Commit

Permalink
Merge pull request #435 from sivertschou/dependabot/github_actions/ap…
Browse files Browse the repository at this point in the history
…pleboy/ssh-action-1.2.0

build(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0
  • Loading branch information
sivertschou authored Nov 19, 2024
2 parents cc379cc + 4f02dfa commit 5b50c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strip_components: 2

- name: Start the containers with Docker Compose
uses: appleboy/ssh-action@v1.1.0
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teardown-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: preview
steps:
- name: Stop the containers with Docker Compose
uses: appleboy/ssh-action@v1.1.0
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit 5b50c69

Please sign in to comment.