Commit de4b36d7 by Sathish A

Added database_url variable to staging deployment configuration in…

Added database_url variable to staging deployment configuration in .gitlab-ci.yml for backend deployment.
parent f918b6c3
......@@ -60,6 +60,7 @@ deploy_backend_staging:
variables:
app_env: staging
app_url: https://spin-wheel-backend-staging.kacdn.net
database_url: ${DATABASE_URL}
script:
- deploy-ecs staging
only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment