Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 28, 2024
1 parent 5db5317 commit 8fb158a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildcnd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DDeploy to BunnyCDN?

on: [workflow_dispatch]
on: [push, workflow_dispatch]

jobs:
build:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Deploy to BunnyCDN
uses: ayeressian/bunnycdn-storage-deploy@v2.2.3
with:
source: "${{ env.BUILD_PATH }}/dist"
source: "home/runner/work/docs/docs/dist"
destination: "www/aaa"
storageEndpoint: "storage.bunnycdn.com"
storageZoneName: "${{ secrets.STORAGE_NAME }}"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DDeploy to BunnyCDN?

on: [push, workflow_dispatch]
on: [workflow_dispatch]

jobs:
cd:
Expand All @@ -12,7 +12,6 @@ jobs:
uses: ayeressian/bunnycdn-storage-deploy@v2.2.3
with:
source: "dist"
destination: "www/aaa"
storageEndpoint: "storage.bunnycdn.com"
storageZoneName: "${{ secrets.STORAGE_NAME }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
Expand Down

0 comments on commit 8fb158a

Please sign in to comment.