We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8abda3 commit 74927f0Copy full SHA for 74927f0
.github/workflows/toolforge-deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
request_pty: true
31
script: |
32
set -xe
33
- become ${{ matrix.tool }} git -C '$HOME/www/python/src' pull
+ become ${{ matrix.tool }} git -C '$HOME/www/python/src' pull origin master
34
become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
35
become ${{ matrix.tool }} webservice python3.11 shell -- '$HOME/www/python/venv/bin/python' '$HOME/www/python/src/manage.py' migrate
36
become ${{ matrix.tool }} webservice python3.11 shell -- '$HOME/www/python/venv/bin/python' '$HOME/www/python/src/manage.py' collectstatic --noinput
0 commit comments