This commit is contained in:
2026-05-14 17:48:28 +02:00
parent 0ce169d569
commit e9fda294b2

View File

@@ -29,7 +29,7 @@
command: python3 -m venv /var/www/demo/.venv creates=/var/www/demo/.venv
- name: source virtualenv
shell: source /var/www/demo/.venv/bin/activate
shell: /bin/bash /var/www/demo/.venv/bin/activate
args:
executable: /bin/bash