File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments