mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 22:12:22 +01:00
ci/deploy: Properly escape $'s
This commit is contained in:
@ -36,7 +36,7 @@ deploy:
|
||||
|
||||
systemctl stop MarietjeDjango.service
|
||||
git --git-dir=/srv/MarietjeDjango/.git pull origin marietje-zuid
|
||||
"$PYTHON" "$MANAGE" migrate --noinput
|
||||
"$PYTHON" "$MANAGE" collectstatic --noinput
|
||||
"\$PYTHON" "\$MANAGE" migrate --noinput
|
||||
"\$PYTHON" "\$MANAGE" collectstatic --noinput
|
||||
systemctl start MarietjeDjango.service
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user