diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 60c4300..0ab3e0c 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -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//${{ env.APP_VERSION }}/g" k8s/stage/bikube.yml sed -i "s//${{ 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 }}