Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
PLATFORM-24 resolve pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Schumacher committed Oct 31, 2019
1 parent 1e18a27 commit 4d5bdd6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
DEPLOY_ENVIRONMENT_NAME: production
S3_HOSTNAME: demos.developer.virtru.com
USE_NODE_10: true
SKIP_ARTIFACT_UPLOAD: true

agents:
queue: "${BUILDKITE_QUEUE:-default}"
Expand Down Expand Up @@ -45,7 +46,7 @@ steps:

- label: ':npm: NPM Build (Staging)'
command: 'buildkite-scripts/scripts/npm-build.sh'
branches: 'develop'
branches: 'master'
env:
NODE_ENV: 'staging'
agents:
Expand Down Expand Up @@ -79,7 +80,7 @@ steps:
####
- label: ':s3: Deploy to S3 (Staging)'
command: 'buildkite-scripts/scripts/developer-demos/deploy-to-s3.sh'
branches: 'develop'
branches: 'master'
env:
S3_PATH: 'dd-staging'
agents:
Expand All @@ -89,7 +90,7 @@ steps:

- label: ':s3: Invalidate CloudFront Cache (Staging)'
command: 'buildkite-scripts/scripts/developer-demos/invalidate-cloudfront-cache.sh'
branches: 'develop'
branches: 'master'
env:
S3_PATH: 'dd-staging'
agents:
Expand Down

0 comments on commit 4d5bdd6

Please sign in to comment.