Skip to content

Commit

Permalink
Merge pull request #285 from dpordomingo/master
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo authored Mar 25, 2019
2 parents 317dad4 + d057efb commit 92cebcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline:
build:
image: node:8.8-alpine
environment:
- BASE_URL="//blog.sourced.tech/"
- BASE_URL="//blog-archive.sourced.tech/"
commands:
- apk add --update make bash curl
- make build
Expand All @@ -25,7 +25,7 @@ pipeline:
build_stg:
image: node:8.8-alpine
environment:
- BASE_URL="//blog-staging.srcd.run/"
- BASE_URL="//blog-archive-staging.srcd.run/"
- ALLOW_UNPUBLISHED=true
commands:
- apk add --update make bash curl
Expand Down Expand Up @@ -67,7 +67,7 @@ pipeline:
build_prod:
image: node:8.8-alpine
environment:
- BASE_URL="//blog.sourced.tech/"
- BASE_URL="//blog-archive.sourced.tech/"
- ALLOW_UNPUBLISHED="false"
commands:
- apk add --update make bash curl
Expand Down

0 comments on commit 92cebcf

Please sign in to comment.