Skip to content

Commit 7b43faa

Browse files
committed
comment smoke-test
1 parent 7b7c5d7 commit 7b43faa

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.circleci/ansible/deploy-backend.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@
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

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)