Skip to content

Commit e36c4d6

Browse files
Bump appleboy/ssh-action from 1.0.3 to 1.2.3
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.3. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/ssh-action@v1.0.3...v1.2.3) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74c72df commit e36c4d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
fi
159159
160160
- name: Ensure remote dir exists
161-
uses: appleboy/ssh-action@v1.0.3
161+
uses: appleboy/ssh-action@v1.2.3
162162
env:
163163
DEPLOY_DIR: ${{ steps.targetdir.outputs.DEPLOY_DIR_FINAL }}
164164
with:
@@ -185,7 +185,7 @@ jobs:
185185
test -d deploy_bundle/init/mongo
186186
187187
- name: Pre-clean monitoring paths on server
188-
uses: appleboy/ssh-action@v1.0.3
188+
uses: appleboy/ssh-action@v1.2.3
189189
with:
190190
host: ${{ secrets.SSH_HOST }}
191191
username: ${{ secrets.SSH_USER }}
@@ -218,7 +218,7 @@ jobs:
218218
strip_components: 1
219219

220220
- name: Verify files exist on server (debug)
221-
uses: appleboy/ssh-action@v1.0.3
221+
uses: appleboy/ssh-action@v1.2.3
222222
with:
223223
host: ${{ secrets.SSH_HOST }}
224224
username: ${{ secrets.SSH_USER }}
@@ -228,7 +228,7 @@ jobs:
228228
ls -la '${{ steps.targetdir.outputs.DEPLOY_DIR_FINAL }}'
229229
230230
- name: Verify .env identical & run deploy
231-
uses: appleboy/ssh-action@v1.0.3
231+
uses: appleboy/ssh-action@v1.2.3
232232
env:
233233
IMAGE_TAG: ${{ env.IMAGE_TAG }}
234234
ENV_SHA: ${{ env.ENV_SHA }}

.github/workflows/sandbox-image-build-on-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
overwrite: true
3737

3838
- name: Build image on server
39-
uses: appleboy/ssh-action@v1.0.3
39+
uses: appleboy/ssh-action@v1.2.3
4040
env:
4141
IMAGE_NAME: capstoneprojectpythondocker
4242
with:

0 commit comments

Comments
 (0)