diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 8ef2e79..61e11a7 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -136,6 +136,5 @@ jobs: - name: Deploy run: | echo ${{ needs.prepare.outputs.deploy }} - echo ${{ needs.prepare.outputs.deploy == "true" }} echo ${{ needs.prepare.outputs.deploy == true }} echo "Deploying the app to ${{ needs.prepare.outputs.environment }} using ${{ github.event.repository.name }}:${{ needs.prepare.outputs.tag_version }} image"