Skip to content

Commit

Permalink
i swear to god i fixed this once already...
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwalker committed Feb 9, 2024
1 parent 374f1ef commit 1085d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
cf_password: ${{ secrets.CF_PASSWORD }}
cf_org: ${{ secrets.CF_ORG }}
cf_space: ${{ inputs.environment }}
cf_command: cf push -f manifest.yml --vars-file ./${{ inputs.environment }}.yml
cf_command: push -f manifest.yml --vars-file ./${{ inputs.environment }}.yml

0 comments on commit 1085d92

Please sign in to comment.