Skip to content

Commit

Permalink
Fix prod stage step (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Aug 7, 2022
1 parent 1877fc4 commit 84e85d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ steps:
image: 72636c/stratus:base
commands:
- stratus stage
environment: *test-environment
environment: &prod-environment
<<: *test-environment
ENVIRONMENT: prod
pull: always
when:
event:
Expand All @@ -57,9 +59,7 @@ steps:
image: 72636c/stratus:base
commands:
- stratus deploy
environment: &prod-environment
<<: *test-environment
ENVIRONMENT: prod
environment: *prod-environment
pull: always
when:
branch:
Expand All @@ -80,4 +80,4 @@ steps:

---
kind: signature
hmac: 17d474081a47144966617fb6ace6ba825f207837460d4abf454ae042480a0081
hmac: af36f06a20862aa4c934f88d8d079507edf103050fee2622345e4f058f63d017

0 comments on commit 84e85d4

Please sign in to comment.