Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Bump appleboy/ssh-action from 1.0.0 to 1.0.3 (#169)
Browse files Browse the repository at this point in the history
* Bump appleboy/ssh-action from 1.0.0 to 1.0.3

Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.0 to 1.0.3.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@v1.0.0...v1.0.3)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Try to deploy on PR

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Matuska <lukas.matuska@tescan.com>
  • Loading branch information
dependabot[bot] and lukynmatuska authored Jan 8, 2024
1 parent 9c42667 commit f5cb382
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ jobs:
environment: "production"
steps:
- name: Execute deployment on SSH
uses: appleboy/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: /tank/containers/deploy/pohles-api.sh
# deploy-dev:
# runs-on: ubuntu-latest
# if: github.ref != 'refs/heads/master'
# environment: "dev"
# steps:
# - name: Execute deployment on SSH
# uses: appleboy/ssh-action@v1.0.0
# with:
# host: ${{ secrets.SSH_HOST }}
# username: ${{ secrets.SSH_USERNAME }}
# key: ${{ secrets.SSH_KEY }}
# port: ${{ secrets.SSH_PORT }}
# script: /tank/containers/deploy/pohles-api-dev.sh ${{ github.head_ref || github.ref_name }}
deploy-dev:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
environment: "dev"
steps:
- name: Execute deployment on SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: /tank/containers/deploy/pohles-api-dev.sh ${{ github.head_ref || github.ref_name }}

0 comments on commit f5cb382

Please sign in to comment.