Skip to content

Commit

Permalink
fix inability to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jun 20, 2024
1 parent 3da6867 commit 68186de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- name: update requirements
pip:
executable: "{{ virtualenv }}/bin/pip"
extra_args: --upgrade
requirements: "{{ app_path }}requirements-prod.txt"
virtualenv: "{{ virtualenv }}"

Expand All @@ -32,5 +34,3 @@
shell: "{{ virtualenv }}/bin/pa_reload_webapp.py www.cracklyfinger.com"
environment:
API_TOKEN: "{{ api_token }}"

# No such file or directory: Path('/home/grahamu/grahamu.pythonanywhere.com/flyingcracker/flyingcracker/config/settings/secrets.json')

0 comments on commit 68186de

Please sign in to comment.