Skip to content

Test deploy to BunnyCDN #60

Test deploy to BunnyCDN

Test deploy to BunnyCDN #60

Workflow file for this run

name: Test deploy to BunnyCDN
on:
push:
branches:
- feature/*
workflow_dispatch:
jobs:
cd:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Deploy
uses: ayeressian/bunnycdn-storage-deploy@test-failed-deploy
with:
source: "e2e/test-dir"
storageZoneName: "${{ secrets.STORAGE_NAME_TEST }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD_TEST }}"
accessKey: "${{ secrets.ACCESS_KEY_TEST }}"
pullZoneId: "${{ secrets.ZONE_ID_TEST }}"
upload: "true"
remove: "true"
purgePullZone: "true"