Minify JS output
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-07 00:46:35 -03:00
parent 0f423f0677
commit 11ff3dcff3
4 changed files with 314 additions and 5 deletions

View File

@@ -2,8 +2,10 @@
# Runs on push to main, tag, or manual (only when on main).
# Waits for ci workflow (install → lint → build → test) to succeed first.
when:
branch: main
event: [push, tag, manual]
- branch: main
event: [push, tag, manual]
- event: deployment
evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"'
depends_on:
- ci
@@ -12,7 +14,7 @@ steps:
- name: 'Docker image build'
image: docker:latest
environment:
DOCKER_API_VERSION: "1.43"
DOCKER_API_VERSION: '1.43'
REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@@ -33,7 +35,7 @@ steps:
- name: 'Push to registry'
image: docker:latest
environment:
DOCKER_API_VERSION: "1.43"
DOCKER_API_VERSION: '1.43'
REGISTRY_URL: git.mifi.dev
REGISTRY_REPO: git.mifi.dev/mifi-ventures/landing
REGISTRY_USERNAME: