Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Oct 2, 2024
1 parent 3e0982d commit ca468f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prod-build-deploy-cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
node-version: 18.2.0

# setup cf cli with bg plugin and login
- uses: jvalkeal/setup-cf-cli@v0
with:
version: 6.51.0
plugin-repo: https://plugins.cloudfoundry.org
plugin-id: blue-green-deploy
login: true
# - uses: jvalkeal/setup-cf-cli@v0
# with:
# version: 6.51.0
# plugin-repo: https://plugins.cloudfoundry.org
# plugin-id: blue-green-deploy
# login: true

# do site build and prepare for cf push
- name: Yarn build
Expand Down

0 comments on commit ca468f2

Please sign in to comment.