Skip to content

Commit

Permalink
Testing add mask (#675)
Browse files Browse the repository at this point in the history
* Reduce max children + increase spare servers

* Output to Env

* Clean ips_formatted
  • Loading branch information
wilson1000 authored Aug 22, 2024
1 parent 3878d94 commit 735fc88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
with:
environment: development
registry: ${{ needs.image.outputs.registry }}
ips_formatted: ${{ needs.get_ip_ranges.outputs.ips_formatted }}
secrets: inherit

deploy_staging:
Expand All @@ -43,7 +42,6 @@ jobs:
with:
environment: staging
registry: ${{ needs.image.outputs.registry }}
ips_formatted: ${{ needs.get_ip_ranges.outputs.ips_formatted }}
secrets: inherit

deploy_demo:
Expand All @@ -54,7 +52,6 @@ jobs:
with:
environment: demo
registry: ${{ needs.image.outputs.registry }}
ips_formatted: ${{ needs.get_ip_ranges.outputs.ips_formatted }}
secrets: inherit

deploy_production:
Expand All @@ -65,5 +62,4 @@ jobs:
with:
environment: production
registry: ${{ needs.image.outputs.registry }}
ips_formatted: ${{ needs.get_ip_ranges.outputs.ips_formatted }}
secrets: inherit

0 comments on commit 735fc88

Please sign in to comment.