Skip to content

Commit eee380c

Browse files
authored
Update CICD.yml
1 parent 28ae5da commit eee380c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
username: ${{ secrets.SERVER_USER_NAME }}
117117
host: ${{ secrets.LIVE_SERVER_IP }}
118118
key: ${{ secrets.SSH_KEY }}
119-
script_stop: true
120119
script: |
121120
if [ $(sudo docker ps -a -q -f name=${{env.CURRENT_UPSTREAM}}) ]; then
122121
sudo docker stop ${{env.CURRENT_UPSTREAM}}

0 commit comments

Comments
 (0)