1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +02:00

Fixed web-app redirects

This commit is contained in:
Lee Brown
2019-07-14 17:03:08 -08:00
parent 6188b05b2f
commit 8ae8c97af9
7 changed files with 142 additions and 69 deletions

View File

@ -78,7 +78,7 @@ webapi:deploy:dev:
- dev-web-api
dependencies:
- 'webapi:build:dev'
# - 'db:migrate:dev'
- 'db:migrate:dev'
variables:
TARGET_ENV: 'dev'
SERVICE: 'web-api'
@ -92,7 +92,6 @@ webapi:deploy:dev:
#ddlogscollector:deploy:stage:
# <<: *deploy_stage_tmpl
# variables: