File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed
Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 1010 ansible_host_key_checking : false
1111 ansible_stdout_callback : yaml
1212
13- environment :
14- NODE_ENV : production
15- VERSION : " 1"
16- TYPEORM_CONNECTION : " {{ lookup('env', 'TYPEORM_CONNECTION') }}"
17- TYPEORM_MIGRATIONS_DIR : " {{ lookup('env', 'TYPEORM_MIGRATIONS_DIR') }}"
18- TYPEORM_ENTITIES : " ./backend/dist/modules/domain/**/*.entity{.ts,.js}"
19- TYPEORM_MIGRATIONS : " {{ lookup('env', 'TYPEORM_MIGRATIONS') }}"
20- TYPEORM_HOST : " {{ lookup('env', 'TYPEORM_HOST') }}"
21- TYPEORM_PORT : " {{ lookup('env', 'TYPEORM_PORT') }}"
22- TYPEORM_USERNAME : " {{ lookup('env', 'TYPEORM_USERNAME') }}"
23- TYPEORM_PASSWORD : " {{ lookup('env', 'TYPEORM_PASSWORD') }}"
24- TYPEORM_DATABASE : " {{ lookup('env', 'TYPEORM_DATABASE') }}"
25- CORS_WHITELIST : " *"
2613
2714 roles :
2815 - deploy
Original file line number Diff line number Diff line change @@ -443,8 +443,8 @@ workflows:
443443 requires : [run-migrations]
444444 - deploy-backend :
445445 requires : [run-migrations]
446- - smoke-test :
447- requires : [deploy-backend, deploy-frontend]
446+ # - smoke-test:
447+ # requires: [deploy-backend, deploy-frontend]
448448 - notify-on-success :
449449 requires :
450450 - build-frontend
@@ -458,7 +458,7 @@ workflows:
458458 - run-migrations
459459 - deploy-frontend
460460 - deploy-backend
461- - smoke-test
461+ # - smoke-test
462462# - cloudfront-update:
463463# requires: [smoke-test]
464464# - cleanup:
You can’t perform that action at this time.
0 commit comments