-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5251b69
commit 601fad1
Showing
11 changed files
with
39 additions
and
208 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
steps: | ||
- name: ":docker: build image" | ||
command: "bin/buildkite bin/ci build" | ||
agents: | ||
queue: native | ||
docker: builder | ||
|
||
- type: "waiter" | ||
|
||
- name: ":shipit: Deploy experience docs" | ||
command: "bin/buildkite bin/ci deploy-experience-docs" | ||
agents: | ||
queue: elastic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
node_modules | ||
tmp | ||
log | ||
buildkit-script-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM node:6 | ||
MAINTAINER Ghost Developer <[email protected]> | ||
|
||
RUN npm install -g [email protected] [email protected] | ||
|
||
ENV HOME /srv/app | ||
RUN mkdir $HOME | ||
WORKDIR $HOME | ||
|
||
ADD . $HOME/ | ||
|
||
RUN NODE_ENV=production lerna bootstrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,16 @@ if grep -q 'XXX' $0; then | |
exit 1 | ||
fi | ||
|
||
export ANNOUNCE_ROBOT_SLACK_CHANNEL="XXX" | ||
export ANNOUNCE_EMAIL_FROM="XXX" | ||
export ANNOUNCE_EMAIL_FROM_NAME="XXX" | ||
export ANNOUNCE_EMAIL_TO="XXX" | ||
export APP="${APP:-XXX}" | ||
export ANNOUNCE_ROBOT_SLACK_CHANNEL="experience" | ||
export ANNOUNCE_EMAIL_FROM="[email protected]" | ||
export ANNOUNCE_EMAIL_FROM_NAME="Everydayhero Experience Team" | ||
export ANNOUNCE_EMAIL_TO="[email protected]" | ||
export APP="${APP:-experience}" | ||
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://XXX.everydayhero.io/health' | ||
export STAGING_HEALTH_ENDPOINT='https://XXX.everydayhero-staging.io/health' | ||
export PRODUCTION_HEALTH_ENDPOINT='https://experience.everydayhero.io/health' | ||
export JOB_ID="${BUILDKITE_JOB_ID}" | ||
|
||
"$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
set -eou pipefail | ||
|
||
cd packages/experience-docs | ||
npm run deploy |
39 changes: 0 additions & 39 deletions
39
packages/experience-docs/.buildkite/pipeline-deploy-production.yml
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
packages/experience-docs/.buildkite/pipeline-deploy-staging.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters