Skip to content

Commit

Permalink
Block deployment
Browse files Browse the repository at this point in the history
And also remove an extra comma and non-exisiting health endpoint
  • Loading branch information
lukebrooker committed Mar 13, 2017
1 parent aa8fb2d commit bbada7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:

- wait

- block: "Deploy"
- label: ":shipit: Deploy experience docs"
command: "bin/buildkite bin/ci run bin/deploy-experience-docs"
branches: "master release/*"
1 change: 0 additions & 1 deletion bin/buildkite
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export BRANCH="${BUILDKITE_BRANCH}"
export BUILD_NUMBER="${BUILDKITE_BUILD_NUMBER}"
export BUILD_URL="${BUILDKITE_BUILD_URL}"
export COMMIT="${BUILDKITE_COMMIT}"
export PRODUCTION_HEALTH_ENDPOINT='https://experience.everydayhero.io/health'
export JOB_ID="${BUILDKITE_JOB_ID}"

"$@"
2 changes: 1 addition & 1 deletion packages/experience-docs/webpack.shared.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'process.env.BASE_PATH': `'${process.env.BASE_PATH || ''}'`
}),
new DotenvPlugin({
path: `./${process.env.ENV_FILE || '.env.default'}`,
path: `./${process.env.ENV_FILE || '.env.default'}`
}),
new CopyWebpackPlugin([
{from: 'static'}
Expand Down

0 comments on commit bbada7a

Please sign in to comment.