Skip to content

Commit b53e848

Browse files
committed
fix: do stop and start in deploy as well...
1 parent 030c6c1 commit b53e848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/toolforge-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
3535
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
3636
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py collectstatic --noinput
37-
become ${{ matrix.tool }} webservice python3.11 restart --cpu 1 --mem 3Gi
37+
become ${{ matrix.tool }} webservice python3.11 stop
38+
become ${{ matrix.tool }} webservice python3.11 start --cpu 1 --mem 3Gi
3839
become ${{ matrix.tool }} webservice python3.11 status
3940
become ${{ matrix.tool }} ./www/python/src/restart_celery.sh

0 commit comments

Comments
 (0)