My Portfolio webiste
Please follow Conventional Commit Style.
# Run hot reloading
task run
# Run unit test
task test
# Linting
task lint
# Audit and Security scanning
task audit
# Code Coverage
task coverage
# Build docker image
task docker-build
- Build the docker image by push a new tag on this repo.
- Push to your docker registry (or use this push and build pipeline).
- (Optional) If you use
turso, setup your sqlite database. - (Optional) If you store secrets in
Google Cloud Storage, setup your bucket and Google Cloud Platform credentials [example for local device]. - Set your container service (cloud-run, k8s, fargate, linode, docker swarm, etc) to use this image and set the environment varaibles in the env.example file.