-
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 #32 from ayeressian/feature/storage-access-fix
Fix remove and upload to storage
- Loading branch information
Showing
7 changed files
with
18 additions
and
9 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 |
---|---|---|
|
@@ -20,6 +20,10 @@ This action deploys selected directory to BunnyCDN storage. | |
|
||
The storage endpoint. Default value is storage.bunnycdn.com | ||
|
||
### `storagePassword` | ||
|
||
The storage passowd. It should be read and write capable. | ||
|
||
### `pullZoneId` | ||
|
||
Necessary for purging pull zone. | ||
|
@@ -36,10 +40,11 @@ It will remove the files from storage before uploading if "true" provided. | |
|
||
``` | ||
- name: Deploy to BunnyCDN | ||
uses: ayeressian/[email protected].4 | ||
uses: ayeressian/[email protected].5 | ||
with: | ||
source: "dist" | ||
storageZoneName: "${{ secrets.STORAGE_NAME }}" | ||
storagePassword: "${{ secrets.STORAGE_PASSWORD }}" | ||
accessKey: "${{ secrets.STORAGE_KEY }}" | ||
pullZoneId: "${{ secrets.ZONE_ID }}" | ||
remove: "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