Skip to content

Commit

Permalink
Fix dev-secure caddy file location
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Oct 14, 2024
1 parent 5dfa9ca commit 46ec127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tasks:
dev-secure:
cmds:
- task: build
- caddy start
- caddy start --config build/dev.caddyfile
- SMTP_ENABLED="false" DB_HOST="localhost" APP_DOMAIN="thunderdome.localhost" ./{{.BINARY_NAME}} live

dev-secure-go:
Expand Down

0 comments on commit 46ec127

Please sign in to comment.