update-frontend-prod complete

master
Dylan DiGeronimo 2020-04-20 17:18:18 -04:00
parent 9c7a582d30
commit 6f0555f279
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
when:
- ('No virtualenv' in pipenv_venv_check_cmd.stderr)
# Source: https://ansibledaily.com/execute-detached-process-with-ansible/
- name: Launch app
shell: "pipenv run flask run &"
shell: "(nohup pipenv run flask run </dev/null >/dev/null 2>&1 &)"
args:
chdir: "{{ frontend_project_path }}"