Skip to content

Commit

Permalink
ci: minor edits to cloudflare workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed May 3, 2024
1 parent b457f6c commit f2268fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-cfp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# BRANCH
# ---------------------------------------------------------------------------------------

run-name: "☁️ CF › Deploy › main.keeweb.info"
name: "☁️ CF › main.keeweb.info"
run-name: "☁️ CF › Deploy › keeweb.info"
name: "☁️ CF › keeweb.info"

# ---------------------------------------------------------------------------------------
# TRIGGERS
Expand Down Expand Up @@ -78,7 +78,7 @@ on:
# ---------------------------------------------------------------------------------------

env:
PROJECT_NAME: ${{ github.event.inputs.PROJECT_NAME || 'main-keeweb-info' }}
PROJECT_NAME: ${{ github.event.inputs.PROJECT_NAME || 'keeweb' }}
DOMAIN: 'main.keeweb.info'
DIR_BUILD_OUTPUT: ${{ github.event.inputs.DIRECTORY_BUILD_OUTPUT || './' }}
DIR_WORKING: ${{ github.event.inputs.DIRECTORY_WORKING || './' }}
Expand Down

0 comments on commit f2268fc

Please sign in to comment.