Skip to content

Commit

Permalink
fixing deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 22, 2023
1 parent f1caec5 commit 49b5c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
working-directory: python-sdk/tests_integration/astro_deploy
run: |
echo "deploying ${{ inputs.git_rev }} to ${{ inputs.environment_to_deploy }}"
bash deploy.sh astro-cloud \
${{ secrets.docker_registry }} \
bash deploy.sh ${{ secrets.docker_registry }}\
${{ secrets.organization_id }} \
${{ secrets.deployment_id }} \
${{ secrets.astronomer_key_id }} \
Expand Down

0 comments on commit 49b5c1d

Please sign in to comment.