4eef81fdfc
Build and push images to the private registry, then deploy to the VPS by commit SHA with health check and rollback.
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.env*
|
|
!.env.example
|
|
design
|
|
*.md
|
|
# Kept out of the build context so editing a workflow or a deploy script
|
|
# doesn't invalidate the `COPY . .` layer and force a full rebuild.
|
|
.gitea
|
|
deploy
|
|
docker-compose*.yaml
|