-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
christian bellee
authored and
christian bellee
committed
Dec 31, 2024
1 parent
fd735fe
commit e26a771
Showing
2 changed files
with
3 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ env: | |
CLOUDFLARE_ZONE_ID: 'b553a0e598bd23879036daf46b81cbb3' | ||
CLOUDFLARE_EMAIL: '[email protected]' | ||
CLOUDFLARE_API_KEY: 'cloudflare_api_key' | ||
SCRIPT_URI: 'https://raw.githubusercontent.com/cbellee/photo-api/refs/heads/main/cloudflare.ps1' | ||
|
||
jobs: | ||
deploy-rg-job: | ||
|
@@ -149,4 +150,5 @@ jobs: | |
--parameters cNameRecord=${{ vars.CNAME }} \ | ||
--parameters zoneName=${{ vars.ZONE_NAME }} \ | ||
--parameters cloudFlareApiToken=${{ secrets.CLOUDFLARE_API_TOKEN }} \ | ||
--parameters cloudFlareZoneId=${{ secrets.CLOUDFLARE_ZONE_ID }} | ||
--parameters cloudFlareZoneId=${{ secrets.CLOUDFLARE_ZONE_ID }} \ | ||
--parameters scriptUri=${{ env.SCRIPT_URI }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters