forked from ayeressian/bunnycdn-storage-deploy
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ This action deploys selected directory to BunnyCDN storage. | |
## Upload and purge pull zone | ||
```` | ||
- name: Deploy to BunnyCDN | ||
uses: Snider/[email protected].0 | ||
uses: Snider/[email protected].1 | ||
with: | ||
source: "dist" | ||
storageZoneName: "myzone" | ||
|
@@ -18,7 +18,7 @@ This action deploys selected directory to BunnyCDN storage. | |
## Upload | ||
```` | ||
- name: Upload to BunnyCDN | ||
uses: Snider/[email protected].0 | ||
uses: Snider/[email protected].1 | ||
with: | ||
source: "dist" | ||
storageZoneName: "myzone" | ||
|
@@ -28,7 +28,7 @@ This action deploys selected directory to BunnyCDN storage. | |
## purge pull zone | ||
```` | ||
- name: Purge BunnyCDN | ||
uses: Snider/[email protected].0 | ||
uses: Snider/[email protected].1 | ||
with: | ||
zoneId: "${{ secrets.BUNNY_CDN_PULL_ZONE_ID }}" | ||
zoneKey: "${{ secrets.BUNNY_CDN_ZONE_KEY }}" | ||
|