Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb authored Apr 19, 2024
1 parent b93f674 commit 6a89dfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup cf cli
uses: vchrisb/setup-cf@v0
uses: vchrisb/setup-cf@v0.0.3
with:
api: ${{ secrets.CF_API }}
username: ${{ secrets.CF_USERNAME }}
password: ${{ secrets.CF_PASSWORD }}
org: test
space: dev
command: push --strategy rolling --var GIT_SHA=${{ github.sha }}
- name: access cloud foundry api
run: cf push --strategy rolling --var GIT_SHA=${{ github.sha }}
run: cf apps

0 comments on commit 6a89dfe

Please sign in to comment.