Skip to content

Commit

Permalink
fix: deploy.template.yaml to follow specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jun 21, 2021
1 parent 3a28353 commit 3dc1542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .do/deploy.template.yaml
Expand Up @@ -5,14 +5,14 @@ spec:
git:
branch: master
repo_clone_url: https://github.com/Unleash/unleash.git
build_command: 'yarn build'
run_command: 'yarn run'
envs:
- key: DATABASE_URL
scope: RUN_TIME
value: ${unleash-db.DATABASE_URL}
- key: UNLEASH_URL
scope: RUN_TIME
value: ${APP_URL}
build_command: 'yarn build'
run_command: 'yarn run'
databases:
- name: unleash-db

0 comments on commit 3dc1542

Please sign in to comment.