Skip to content

Commit 963d5a8

Browse files
committed
chore: refactor network configuration and debugging settings
- Remove one subnet from the list - Add a debug flag set to true Signed-off-by: appleboy <[email protected]>
1 parent 8fc05aa commit 963d5a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,6 @@ jobs:
127127
aws_region: ${{ secrets.AWS_REGION }}
128128
function_name: gorush
129129
source: example/main.go,example/go.mod,example/go.sum
130-
subnets: subnet-05905c9e0ffb7e552,subnet-02f8ede18cd4001b5
130+
subnets: subnet-05905c9e0ffb7e552
131131
securitygroups: sg-0262ba785ced7600e
132+
debug: true

0 commit comments

Comments
 (0)