Skip to content

Commit

Permalink
fix example config.
Browse files Browse the repository at this point in the history
remote `storage`.
  • Loading branch information
fujiwara committed Nov 14, 2024
1 parent 5876e1a commit 648e7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions config_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ listen:
- listen: 8080
target: 5000

storage:
htmldir: ./html
htmldir: ./html

parameters:
- name: branch
Expand All @@ -42,7 +41,6 @@ ecs:
- '{{ env "SECURITY_GROUP_1" "sg-111111" }}'
assign_public_ip: ENABLED
default_task_definition: '{{ env "DEFAULT_TASKDEF" "arn:aws:ecs:ap-northeast-1:123456789012:task-definition/myapp" }}'

# # enable link feature
# link:
# hosted_zone_id: '{{ env "LINK_ZONE_ID" "Z00000000000000000000" }}'
Expand Down
4 changes: 1 addition & 3 deletions config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ ecs:
- sg-gggg
assign_public_ip: ENABLED
storage:
datadir: ./data
htmldir: ./html
htmldir: ./html
parameters:
- name: branch
env: GIT_BRANCH
Expand Down

0 comments on commit 648e7cc

Please # to comment.