Skip to content

Commit

Permalink
fix: deploy env script
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Jan 4, 2025
1 parent c6efe22 commit 685122a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/sync-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ fi
REPOSITORY_NAME=$GITHUB_REPOSITORY
REPOSITORY_NAME=${REPOSITORY_NAME//./-}

# Echo the repository name
echo "Repository name: $REPOSITORY_NAME"

# Make the API call to Cloudflare
curl -X PUT \
"https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/pages/projects/${REPOSITORY_NAME}/deployment_configs" \
Expand Down

0 comments on commit 685122a

Please sign in to comment.