1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-14 09:35:04 +00:00

GPT5 is too scared to commit and push lmfao

This commit is contained in:
2025-08-22 00:01:03 -06:00
parent 788052233a
commit 890775b2bc
3 changed files with 50 additions and 76 deletions

View File

@@ -1,10 +1,15 @@
stages:
- build
- deploy
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- /kaniko/executor
- >
/kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
@@ -39,7 +44,8 @@ preview:
- echo "Deploying branch preview..."
- echo "Preview available at preview URL"
needs:
- staging
- job: staging
optional: true
artifacts:
paths:
- public