Skip to content

Commit

Permalink
Add data102 hub entry in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 20, 2023
1 parent 52e045f commit cc01670
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ jobs:
hubploy deploy --timeout 30m data101 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

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

- run:
name: Deploy shiny
command: |
Expand Down Expand Up @@ -487,6 +493,14 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: data102
name: data102 image build
filters:
branches:
ignore:
- staging
- prod
#- hubploy/build-image:
# deployment: stat159
# name: stat159 image build
Expand Down Expand Up @@ -664,15 +678,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: data100
name: data100 image build
push: true
# Filters can only be per-job? wtf
filters:
branches:
only:
- staging
- hubploy/build-image:
deployment: data101
name: data101 image build
Expand Down Expand Up @@ -791,7 +796,8 @@ workflows:
- data8 image build
- data100 image build
- data101 image build
- astro image build
- data102 image build
- astro image build
#- stat159 image build
- stat20 image build
- ischool image build
Expand Down

0 comments on commit cc01670

Please sign in to comment.