Skip to content

Commit ef9df39

Browse files
committed
Add port 22 to EC2 security group rule revocation in deploy workflow
1 parent 55fbdad commit ef9df39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,5 @@ jobs:
340340
aws ec2 revoke-security-group-ingress \
341341
--group-id ${{ secrets.AWS_SECURITY_GROUP_ID }} \
342342
--protocol tcp \
343+
--port 22 \
343344
--cidr ${{ steps.ip.outputs.ipv4 }}/32

0 commit comments

Comments
 (0)