Skip to content

Commit

Permalink
fix: Fix issue with webhook in Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez authored Sep 8, 2024
1 parent 7776e13 commit a1b2677
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vagrant/05_run_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@
WORKING_DIR: "{{ working_dir }}"

tasks:

- name: Add webhook to .moduleignore
shell: echo "webhook" > {{ working_dir }}.moduleignore
args:
executable: /bin/bash
environment: "{{ common_environment }}"

- name: Set database with Rosemary
shell: |
source {{ working_dir }}venv/bin/activate
cd {{ working_dir }}
rosemary db:migrate
flask db upgrade
rosemary db:seed -y --reset
args:
executable: /bin/bash
Expand Down

0 comments on commit a1b2677

Please sign in to comment.