Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Aug 5, 2024
1 parent 16b01e1 commit d2b894a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cfdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
cf auth admin ${{ secrets.CF_API_TOKEN }}
cf target -o $CF_ORG -s $CF_SPACE
- name: Check out repository code
uses: actions/checkout@v4
#1 - name: Check out repository code
# uses: actions/checkout@v4
- name: Deploy
env:
CF_DOCKER_PASSWORD: ${{secrets.CF_DOCKER_PASSWORD}}
Expand Down

0 comments on commit d2b894a

Please sign in to comment.