Skip to content

Commit e8abda3

Browse files
committed
build: typo in deployment script
1 parent d23896e commit e8abda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/toolforge-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
request_pty: true
3131
script: |
3232
set -xe
33-
become ${{ matrix.tool }} git -C '$HOME/www/python' pull
33+
become ${{ matrix.tool }} git -C '$HOME/www/python/src' pull
3434
become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
3535
become ${{ matrix.tool }} webservice python3.11 shell -- '$HOME/www/python/venv/bin/python' '$HOME/www/python/src/manage.py' migrate
3636
become ${{ matrix.tool }} webservice python3.11 shell -- '$HOME/www/python/venv/bin/python' '$HOME/www/python/src/manage.py' collectstatic --noinput

0 commit comments

Comments
 (0)