Skip to content

Commit f90b259

Browse files
Update appleboy/ssh-action action to v1.2.2 (#613)
1 parent d00fc15 commit f90b259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
url: '${{ vars.CLIENT_HOST }}'
2222
steps:
2323
- name: SSH to VM and Execute Docker-Compose Down
24-
uses: appleboy/ssh-action@v1.0.3
24+
uses: appleboy/ssh-action@v1.2.2
2525
with:
2626
host: ${{ vars.VM_HOST }}
2727
username: ${{ vars.VM_USERNAME }}
@@ -81,7 +81,7 @@ jobs:
8181
target: /home/${{ vars.VM_USERNAME }}/postfix-config/
8282

8383
- name: SSH to VM and Create .env.prod
84-
uses: appleboy/ssh-action@v1.0.3
84+
uses: appleboy/ssh-action@v1.2.2
8585
with:
8686
host: ${{ vars.VM_HOST }}
8787
username: ${{ vars.VM_USERNAME }}
@@ -138,7 +138,7 @@ jobs:
138138
echo "CLIENT_IMAGE_TAG=${{ inputs.client_image_tag }}" >> .env.prod
139139
140140
- name: SSH to VM and Execute Docker-Compose Up
141-
uses: appleboy/ssh-action@v1.0.3
141+
uses: appleboy/ssh-action@v1.2.2
142142
with:
143143
host: ${{ vars.VM_HOST }}
144144
username: ${{ vars.VM_USERNAME }}

0 commit comments

Comments
 (0)