Skip to content

Commit

Permalink
fix: echo correct env in deploy (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebeauguitte authored Apr 11, 2024
1 parent e9a9d95 commit 5c47724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Deploy to stage cluster
run: |
echo "Deploying to stage version ${{ env.IMAGE_TAG }}"
echo "Deploying to stage version ${{ env.APP_VERSION }}"
sed -i "s/<version>/${{ env.APP_VERSION }}/g" k8s/stage/bikube.yml
sed -i "s/<host_url>/${{ steps.import-secrets.outputs.K8S_HOST_URL }}/g" k8s/stage/bikube.yml
kubectl config set-cluster stagecl --server=${{ steps.import-secrets.outputs.K8S_STAGE_SERVER }}
Expand Down

0 comments on commit 5c47724

Please sign in to comment.