Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Applications
Systems Frontend
Commits
81875db0
Commit
81875db0
authored
Mar 25, 2020
by
anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add legacy release task (without sentry DSN)
parent
0e9294fb
Pipeline
#50824
passed with stage
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
.circleci/config.yml
.circleci/config.yml
+23
-1
No files found.
.circleci/config.yml
View file @
81875db0
...
...
@@ -57,6 +57,24 @@ jobs:
docker build --no-cache -t motionbank/systems-frontend:${CIRCLE_BRANCH} .
docker push motionbank/systems-frontend:${CIRCLE_BRANCH}
release_legacy
:
working_directory
:
/app
docker
:
-
image
:
docker:18-git
steps
:
-
checkout
-
run
:
*pull-submodules
-
setup_remote_docker
-
run
:
*install-dependencies
-
run
:
name
:
Release Production Image
command
:
|
set +o pipefail
AUTH0_CLIENT_ID=${PROD_AUTH0_CLIENT_ID} npm run build
docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
docker build --no-cache -t motionbank/systems-frontend:${CIRCLE_BRANCH} .
docker push motionbank/systems-frontend:${CIRCLE_BRANCH}
release_staging
:
working_directory
:
/app
docker
:
...
...
@@ -90,8 +108,12 @@ workflows:
filters
:
branches
:
only
:
staging
-
release_legacy
:
filters
:
branches
:
only
:
/^release_1_.+$/
-
release_production
:
filters
:
branches
:
only
:
/^release_.+$/
only
:
/^release_
2_
.+$/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment