Add Gitea Actions CI/CD pipeline
Build and push images to the private registry, then deploy to the VPS by commit SHA with health check and rollback.
This commit is contained in:
@@ -5,3 +5,8 @@ node_modules
|
||||
!.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
|
||||
|
||||
Reference in New Issue
Block a user