Skip to content

Commit

Permalink
chore: refactor network configuration and debugging settings
Browse files Browse the repository at this point in the history
- Remove one subnet from the list
- Add a debug flag set to true

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jun 27, 2024
1 parent 8fc05aa commit 963d5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@ jobs:
aws_region: ${{ secrets.AWS_REGION }}
function_name: gorush
source: example/main.go,example/go.mod,example/go.sum
subnets: subnet-05905c9e0ffb7e552,subnet-02f8ede18cd4001b5
subnets: subnet-05905c9e0ffb7e552
securitygroups: sg-0262ba785ced7600e
debug: true

0 comments on commit 963d5a8

Please sign in to comment.