bc9077660b
CI / Go Tests (push) Failing after 9s
CI / Build (push) Successful in 9s
Format / gofmt (push) Successful in 7s
Release Artifacts / Validate release tag (push) Successful in 1s
Release Artifacts / Build and release executables (push) Failing after 8s
Release Artifacts / Build and release Docker image (push) Has been skipped
- Introduced a new `.env.example` file to provide a template for environment variables used by the Scratchbox server. - Added a `docker-compose.example.yml` file to facilitate easy deployment of the Scratchbox service with Docker. - Updated `docker-entrypoint.sh` to enforce environment variable settings for server configuration. - Removed the generation of a config key file from the workflow, simplifying the configuration process. - Adjusted the README.md to reflect changes in configuration management and usage instructions.
15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
# Build artifacts
|
|
/bin/
|
|
|
|
# Run Artifacts
|
|
/*.yaml
|
|
/data/
|
|
|
|
# Coverage outputs
|
|
/*.out
|
|
|
|
# Frontend dependencies
|
|
/web/ui/node_modules/
|
|
|
|
# Frontend build artifacts
|
|
/web/static/ |