-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from ayeressian/feature/manual-action-run
Add workflow dispatch to github action
- Loading branch information
Showing
8 changed files
with
9 additions
and
15 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
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 |
---|---|---|
|
@@ -24,10 +24,6 @@ The storage endpoint. Default value is storage.bunnycdn.com | |
|
||
Necessary for purging pull zone. | ||
|
||
### `pullZoneAccessKey` | ||
|
||
Necessary for purging pull zone. | ||
|
||
### `purge` | ||
|
||
It will purge the pull zone if true. pullZoneId and pullZoneAccessKey should be provided. | ||
|
@@ -40,13 +36,12 @@ It will remove the files from storage before uploading if "true" provided. | |
|
||
``` | ||
- name: Deploy to BunnyCDN | ||
uses: ayeressian/[email protected].3 | ||
uses: ayeressian/[email protected].4 | ||
with: | ||
source: "dist" | ||
storageZoneName: "${{ secrets.STORAGE_NAME }}" | ||
accessKey: "${{ secrets.STORAGE_KEY }}" | ||
pullZoneId: "${{ secrets.ZONE_ID }}" | ||
pullZoneAccessKey: "${{ secrets.PULL_ZONE_KEY }}" | ||
remove: "true" | ||
purge: "true" | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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