File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5757 deploy :
5858 needs : [build-artemis-adapter]
5959 runs-on : ubuntu-latest
60- environment : hades-artemis-adapter-k8s
60+ environment :
61+ name : hades-artemis-adapter-k8s
62+ url : https://hades-artemis-connector.student.k8s.aet.cit.tum.de
6163 steps :
6264 - name : Checkout repository
6365 uses : actions/checkout@v6
8991 run : |
9092 helm upgrade --install hades-artemis-adapter ./helm/hades-artemis-adapter -f ./helm/values-deploy.yaml \
9193 --namespace hades-artemis-connector --create-namespace \
92- --set image.tag="main " \
94+ --set image.tag="${{ needs.build-artemis-adapter.outputs.image_tag }} " \
9395 --set env.ARTEMIS_BASE_URL="https://artemis-test8.artemis.cit.tum.de" \
9496 --set env.ARTEMIS_AUTH_TOKEN="${{ secrets.ARTEMIS_AUTH_TOKEN }}"
You can’t perform that action at this time.
0 commit comments