Skip to content

Commit

Permalink
Remove gitRef from deploy release command
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-vakil committed Jul 23, 2024
1 parent f3dc1ec commit 8d40291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
environmentId="${{ github.ref_name == 'main' && 'Dev' || 'Sandbox' }}"
dotnet octo deploy-release --project=$octoProjectId --space=$octoSpaceId --version=${{ needs.generate_date_version.outputs.version }} \
--gitRef=main --server=${{ vars.OCTOPUS_CLOUD_URL }} --apiKey=${{ secrets.OCTOPUS_CLOUD_API_KEY }} --deployTo=$environmentId
--server=${{ vars.OCTOPUS_CLOUD_URL }} --apiKey=${{ secrets.OCTOPUS_CLOUD_API_KEY }} --deployTo=$environmentId
# Note: The gitRef param is for the Octo config repo and not the git repo for the code

0 comments on commit 8d40291

Please sign in to comment.