mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -213,3 +213,14 @@ jobs:
|
||||
- name: Docker Push Latest
|
||||
run: docker push $REGISTRY/$GITHUB_REPOSITORY/$IMAGE:latest
|
||||
if: env.CAOS_NEXT_VERSION != ''
|
||||
- name: Deploy DEV environment
|
||||
env:
|
||||
TARGET_ENVIRONMENT: "dev"
|
||||
GIT_OPSREPO_DEPLOYTOKEN: ${{secrets.GIT_OPSREPO_DEPLOYTOKEN}}
|
||||
run: |
|
||||
source ./.github/scripts/githelper.sh
|
||||
setup_git
|
||||
checkout_project
|
||||
change_image_version
|
||||
upload_files
|
||||
if: env.CAOS_NEXT_VERSION != ''
|
||||
|
Reference in New Issue
Block a user