File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FLASK_APP_NAME="UVLHUB.IO(dev)"
2
2
FLASK_ENV=development
3
3
FLASK_APP=app
4
4
SECRET_KEY=dev_test_key_1234567890abcdefghijklmnopqrstu
5
- DOMAIN=localhost
5
+ DOMAIN=localhost:5000
6
6
MARIADB_HOSTNAME=localhost
7
7
MARIADB_PORT=3306
8
8
MARIADB_DATABASE=uvlhubdb
Original file line number Diff line number Diff line change 17
17
WORKING_DIR : " {{ working_dir }}"
18
18
19
19
tasks :
20
+
21
+ - name : Add webhook to .moduleignore
22
+ shell : echo "webhook" > {{ working_dir }}.moduleignore
23
+ args :
24
+ executable : /bin/bash
25
+ environment : " {{ common_environment }}"
26
+
20
27
- name : Set database with Rosemary
21
28
shell : |
22
29
source {{ working_dir }}venv/bin/activate
23
30
cd {{ working_dir }}
24
- rosemary db:migrate
31
+ flask db upgrade
25
32
rosemary db:seed -y --reset
26
33
args :
27
34
executable : /bin/bash
You can’t perform that action at this time.
0 commit comments