mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
417840b6cc
commit
e46369cded
3 changed files with 48 additions and 0 deletions
|
|
@ -6,3 +6,18 @@
|
|||
expire_in: 1 hour
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/output
|
||||
|
||||
.gitlab-deploy:
|
||||
stage: deploy
|
||||
image: mcr.microsoft.com/powershell:latest
|
||||
script:
|
||||
- ./scripts/gitlab/update-chart.sh
|
||||
environment:
|
||||
name: production
|
||||
url: https://api.durp.info/goapi
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/'
|
||||
when: manual
|
||||
needs:
|
||||
- job: version
|
||||
artifacts: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue