Skip to content

Commit

Permalink
adding edx image build/push
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Nov 29, 2023
1 parent 2287c12 commit f585284
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ jobs:
hubploy deploy --timeout 30m data8 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

# - run:
# name: Deploy data8xv2
# command: |
# hubploy deploy --timeout 30m data8xv2 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 data100
Expand Down Expand Up @@ -481,15 +481,15 @@ workflows:
ignore:
- staging
- prod
# - hubploy/build-image:
# deployment: data8xv2
# name: data8xv2 image build
# # Filters can only be per-job? wtf
# filters:
# branches:
# 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: data100
name: data100 image build
Expand Down Expand Up @@ -648,15 +648,15 @@ workflows:
branches:
only:
- staging
# - hubploy/build-image:
# deployment: data8xv2
# name: data8xv2 image build
# push: true
# # Filters can only be per-job? wtf
# filters:
# 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: data100
name: data100 image build
Expand Down Expand Up @@ -784,7 +784,7 @@ workflows:
- biology image build
- cee image build
- data8 image build
# - data8xv2 image build
- edx image build
- data100 image build
- data101 image build
- data102 image build
Expand Down

0 comments on commit f585284

Please sign in to comment.