Skip to content

Commit

Permalink
Merge branch 'invalid-nginx-cache-on-deploy' into 'master'
Browse files Browse the repository at this point in the history
ci: invalidate nginx cache on deploy

See merge request kchat/webapp!966
  • Loading branch information
antonbuks committed Nov 18, 2024
2 parents c9b0957 + 8d7a997 commit 3f684a7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,16 @@ build:front:
# when: always

# Build front using kaniko and store the image in the gitlab registry
build:image:
stage: build
deploy:image:
stage: deploy
image:
name: gcr.io/kaniko-project/executor:${KANIKO_VERSION}
entrypoint: [""]
tags:
- kubernetes
rules:
- if: *if-tag
when: manual
allow_failure: false
when: on_success
- when: never
before_script:
- *script-configure-kaniko
Expand Down

0 comments on commit 3f684a7

Please sign in to comment.