Skip to content

Test deploy to BunnyCDN #55

Test deploy to BunnyCDN

Test deploy to BunnyCDN #55

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@master
with:
source: "e2e/test-dir"
destination: "www"
storageZoneName: "wwww"
storagePassword: "${{ secrets.STORAGE_PASSWORD_TEST }}"
accessKey: "${{ secrets.ACCESS_KEY_TEST }}"
pullZoneId: "${{ secrets.ZONE_ID_TEST }}"
upload: "true"
remove: "false"
purgePullZone: "true"