Skip to content

Commit

Permalink
Install Cloudfoundry CLI before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Mar 11, 2024
1 parent fd64ebf commit 632c717
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
pnpm cdktf get
pnpm build:tsc
- name: Install CloudFoundry CLI
run: |
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" | sudo tar -zx --directory=/usr/local/bin
cf --version
- name: Apply Terraform CDK configuration
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 632c717

Please sign in to comment.