refactor: update act command to include artifact server path for improved functionality
This commit is contained in:
2
justfile
2
justfile
@@ -38,7 +38,7 @@ setup-frontend:
|
|||||||
act *ARGS:
|
act *ARGS:
|
||||||
# run act with custom secret-file
|
# run act with custom secret-file
|
||||||
@echo "🎬 Running act with custom secrets 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
|
# Start all services for development
|
||||||
dev:
|
dev:
|
||||||
|
|||||||
Reference in New Issue
Block a user