Skip to content

Commit

Permalink
fix(autodevops_simple_app): ensure to set the HOST on notify
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Dec 31, 2019
1 parent 4be3e03 commit 49b99d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autodevops_simple_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,15 @@ Notify Fail:
stage: Notify Finished Deployment
dependencies:
- Notify Starting Deployment
before_script:
- *resolve_env
- HOST=${FRONTEND_HOST}

Notify Success:
extends: .base_notify_success_stage
stage: Notify Finished Deployment
dependencies:
- Notify Starting Deployment
before_script:
- *resolve_env
- HOST=${FRONTEND_HOST}

0 comments on commit 49b99d5

Please sign in to comment.