Skip to content

Commit e6157a8

Browse files
workflow
1 parent 9be5543 commit e6157a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: |
4040
sudo scp -o StrictHostKeyChecking=no -i tcp.pem -r . root@142.93.212.1:/home/TCP_Main_Server/
4141
42-
- name: Restart server (optional)
43-
run: |
44-
ssh -o StrictHostKeyChecking=no -i tcp.pem root@142.93.212.1 'sudo systemctl restart gunicorn && sudo systemctl restart nginx'
42+
# - name: Restart server (optional)
43+
# run: |
44+
# ssh -o StrictHostKeyChecking=no -i tcp.pem root@142.93.212.1 'sudo systemctl restart gunicorn && sudo systemctl restart nginx'
4545

4646
- name: Backend is live!
4747
run: echo "Django Backend Deployed! 🔥"

0 commit comments

Comments
 (0)