Skip to content

Commit

Permalink
Merge pull request #2809 from manics/networkban
Browse files Browse the repository at this point in the history
Partially disable network bans on AWS Curvenote for now
  • Loading branch information
manics authored Nov 2, 2023
2 parents 29ca07b + 02016da commit 0a251ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,25 +322,12 @@ jobs:
chartpress ${{ matrix.chartpress_args || '--skip-build' }}
- name: "Stage 4: Deploy to ${{ matrix.federation_member }}"
if: matrix.federation_member != 'curvenote'
run: |
. cert-manager.env
python ./deploy.py ${{ matrix.federation_member }} ${{ matrix.cluster_name || matrix.federation_member }} --name ${{ matrix.release_name || matrix.federation_member }}
env:
TERM: xterm

- name: "Stage 4: Deploy to ${{ matrix.federation_member }}"
# TODO: fix ban.py to work on AWS/curvenote
if: matrix.federation_member == 'curvenote'
run: |
. cert-manager.env
for stage in auth kubesystem certmanager mybinder; do
echo $stage
python ./deploy.py ${{ matrix.federation_member }} ${{ matrix.cluster_name || matrix.federation_member }} --name ${{ matrix.release_name || matrix.federation_member }} --stage $stage
done
env:
TERM: xterm

- name: "Stage 4: Verify ${{ matrix.federation_member }} works"
uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4
with:
Expand Down
Binary file modified secrets/ban.py
Binary file not shown.

0 comments on commit 0a251ed

Please sign in to comment.