From f43f8aab8060544fde9e0e5004435ab15e2102d1 Mon Sep 17 00:00:00 2001 From: rizaldy Date: Mon, 20 Feb 2023 20:14:04 +0700 Subject: [PATCH] ci: add deploy --- .github/workflows/eleventy.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/eleventy.yaml b/.github/workflows/eleventy.yaml index ee78ea1..9a44263 100644 --- a/.github/workflows/eleventy.yaml +++ b/.github/workflows/eleventy.yaml @@ -13,3 +13,12 @@ jobs: uses: TartanLlama/actions-eleventy@master with: install_dependencies: true + - name: Deploy + uses: ayeressian/bunnycdn-storage-deploy@v1.1.1 + with: + storageEndpoint: "sg.storage.bunnycdn.com" + storageZoneName: "${{ secrets.STORAGE_NAME }}" + accessKey: "${{ secrets.STORAGE_KEY }}" + source: "dist" + remove: "true" + purge: "false"