Skip to content

Commit

Permalink
[edx] Configured CircleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Dec 8, 2023
1 parent 687c9e0 commit 1f889ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ jobs:
hubploy deploy --timeout 30m dlab hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy edx
command: |
hubploy deploy --timeout 30m edx hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy eecs
command: |
Expand Down Expand Up @@ -522,6 +528,15 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: edx
name: edx image build
# Filters can only be per-job? wtf
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: eecs
name: eecs image build
Expand Down Expand Up @@ -677,6 +692,15 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: edx
name: edx image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: eecs
name: eecs image build
Expand Down Expand Up @@ -765,6 +789,7 @@ workflows:
- data102 image build
- datahub image build
- dev-r image build
- edx image build
- eecs image build
- ischool image build
- julia hub image build
Expand Down

0 comments on commit 1f889ab

Please sign in to comment.