Skip to content

Commit

Permalink
fixing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
WaFaTum committed Jul 17, 2023
1 parent f539f7f commit f8c2bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ build:
# Chose the gitlab runner tag
tags:
- lrz

deploy:
stage: deploy
image: fluxcd/flux-cli:v0.21.1
script:
- export KUBECONFIG=kubeconfig_group06.yaml
- flux reconcile kustomization -n group06 group06 --with-source
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
Expand Down

0 comments on commit f8c2bdf

Please sign in to comment.