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 d23896e commit e8abda3Copy full SHA for e8abda3
.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' pull
+ become ${{ matrix.tool }} git -C '$HOME/www/python/src' pull
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