Skip to content

Commit e21c95d

Browse files
committed
Add rule to allow github runner IP to longevity deployment security group
1 parent bc1d323 commit e21c95d

File tree

2 files changed

+1
-141
lines changed

2 files changed

+1
-141
lines changed

.github/workflows/github-action-test-longevity-nginxaas-deploy.yml

Lines changed: 0 additions & 139 deletions
This file was deleted.

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--tenant "${{ secrets.AZURE_TENANT_ID }}"
3232
- name: get runner ip addresses
3333
id: ip
34-
uses: haythem/public-ip@v1.2
34+
uses: haythem/public-ip@v1.3
3535
- name: allow runner ip access to the longivity deployment
3636
shell: bash
3737
run: |
@@ -47,7 +47,6 @@ jobs:
4747
--source-port-ranges "*" \
4848
--destination-address-prefixes "*" \
4949
--destination-port-ranges 80 443
50-
nginx-allowed-ip-addresses: ${{ steps.ip.outputs.ipv4 }}
5150
- name: "Update config - single file"
5251
shell: bash
5352
run: |

0 commit comments

Comments
 (0)