We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030c6c1 commit b53e848Copy full SHA for b53e848
1 file changed
.github/workflows/toolforge-deploy.yml
@@ -34,6 +34,7 @@ jobs:
34
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
35
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
36
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
+ become ${{ matrix.tool }} webservice python3.11 stop
38
+ become ${{ matrix.tool }} webservice python3.11 start --cpu 1 --mem 3Gi
39
become ${{ matrix.tool }} webservice python3.11 status
40
become ${{ matrix.tool }} ./www/python/src/restart_celery.sh
0 commit comments