feature/nginx-handler #6

Merged
GW_MC merged 29 commits from feature/nginx-handler into master 2026-06-19 19:13:17 +08:00
Showing only changes of commit 153c092abe - Show all commits

View File

@@ -38,7 +38,7 @@ setup-frontend:
act *ARGS:
# run act with custom secret-file
@echo "🎬 Running act with custom secrets file..."
act --env-file .github/.env --secret-file .github/.secrets.env --var-file .github/.var.env --network host {{ ARGS }}
act --env-file .github/.env --secret-file .github/.secrets.env --var-file .github/.var.env --network host --artifact-server-path ./.act/.artifacts {{ ARGS }}
# Start all services for development
dev: