Skip to content

Commit

Permalink
No show progress when deploying Octopus release
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Jan 9, 2021
1 parent a07f683 commit 0ba4193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
version: 7.4.2

- name: Create Octopus release
run: octo create-release --project=peach --version=${{ steps.docker_meta.outputs.version }} --packageVersion=${{ steps.docker_meta.outputs.version }} --deployTo=Production --waitForDeployment --progress --server=${{ secrets.UD_OCTOPUS_URL }} --apiKey=${{ secrets.UD_OCTOPUS_API_KEY }}
run: octo create-release --project=peach --version=${{ steps.docker_meta.outputs.version }} --packageVersion=${{ steps.docker_meta.outputs.version }} --deployTo=Production --waitForDeployment --server=${{ secrets.UD_OCTOPUS_URL }} --apiKey=${{ secrets.UD_OCTOPUS_API_KEY }}

0 comments on commit 0ba4193

Please sign in to comment.