@@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25+ uses : actions/checkout@v4
2626
2727 - name : Stop service
28- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
28+ uses : appleboy/ssh-action@v1.2.0
2929 with :
3030 host : ${{ secrets.APPSERVER_SSH_HOST }}
3131 port : ${{ secrets.APPSERVER_SSH_PORT }}
3939 script_stop : true
4040
4141 - name : Push latest systemctl service file
42- uses : appleboy/scp-action@v0.1.4
42+ uses : appleboy/scp-action@v0.1.7
4343 with :
4444 host : ${{ secrets.APPSERVER_SSH_HOST }}
4545 port : ${{ secrets.APPSERVER_SSH_PORT }}
5050 strip_components : 2
5151
5252 - name : Reload systemctl daemon
53- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
53+ uses : appleboy/ssh-action@v1.2.0
5454 with :
5555 host : ${{ secrets.APPSERVER_SSH_HOST }}
5656 port : ${{ secrets.APPSERVER_SSH_PORT }}
5959 script : systemctl --user daemon-reload
6060
6161 - name : Push latest Docker Compose file
62- uses : appleboy/scp-action@v0.1.4
62+ uses : appleboy/scp-action@v0.1.7
6363 with :
6464 host : ${{ secrets.APPSERVER_SSH_HOST }}
6565 port : ${{ secrets.APPSERVER_SSH_PORT }}
7070
7171 - name : Push latest Docker Compose override file if deploying to Development server
7272 if : github.event.inputs.environment == 'development'
73- uses : appleboy/scp-action@v0.1.4
73+ uses : appleboy/scp-action@v0.1.7
7474 with :
7575 host : ${{ secrets.APPSERVER_SSH_HOST }}
7676 port : ${{ secrets.APPSERVER_SSH_PORT }}
8080 target : crypter-web-container/
8181
8282 - name : Pull latest images
83- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
83+ uses : appleboy/ssh-action@v1.2.0
8484 with :
8585 host : ${{ secrets.APPSERVER_SSH_HOST }}
8686 port : ${{ secrets.APPSERVER_SSH_PORT }}
9090 script_stop : true
9191
9292 - name : Migrate database
93- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
93+ uses : appleboy/ssh-action@v1.2.0
9494 with :
9595 host : ${{ secrets.APPSERVER_SSH_HOST }}
9696 port : ${{ secrets.APPSERVER_SSH_PORT }}
@@ -100,7 +100,7 @@ jobs:
100100 script_stop : true
101101
102102 - name : Start service
103- uses : appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
103+ uses : appleboy/ssh-action@v1.2.0
104104 with :
105105 host : ${{ secrets.APPSERVER_SSH_HOST }}
106106 port : ${{ secrets.APPSERVER_SSH_PORT }}
0 commit comments