Skip to content

Commit

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

* Output to Env
  • Loading branch information
wilson1000 authored Aug 22, 2024
1 parent 8ed9380 commit 3878d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
registry:
required: true
type: string
ips_formatted:
required: true
type: string

jobs:
deploy_environment:
Expand Down Expand Up @@ -51,7 +48,6 @@ jobs:
# AWS_CLOUDFRONT_PUBLIC_KEY_EXPIRING: "${{ secrets.AWS_CLOUDFRONT_PUBLIC_KEY_B }}"
BASIC_AUTH_USER: ${{ secrets.BASIC_AUTH_USER }}
BASIC_AUTH_PASS: ${{ secrets.BASIC_AUTH_PASS }}
IPS_FORMATTED: ${{ inputs.ips_formatted }}
IGNORE_IP_RANGES: ${{ vars.IGNORE_IP_RANGES }}
run: |
## - - - - - - - - - -
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ip-ranges-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
# `127.0.0.1 $LOCAL_VALUE;` - allows requests from fpm to nginx containers.
{
echo 'ips_formatted<<EOF'
echo 'IPS_FORMATTED<<EOF'
echo "proxy ${{ vars.LB_RANGE }};"
echo "127.0.0.1 $LOCAL_VALUE;"
echo "$ALLOW_FORMATTED"
echo "$DEPRI_FORMATTED"
echo "${{ vars.CLOUD_RANGE }} $CLOUD_VALUE;"
echo EOF
} >> $GITHUB_OUTPUT
} >> $GITHUB_ENV

0 comments on commit 3878d94

Please sign in to comment.