diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b29fd0c..87daef3 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,11 @@ jobs: uses: ayeressian/bunnycdn-storage-deploy@master with: source: "e2e/test-dir" + destination: "www" storageZoneName: "${{ secrets.STORAGE_NAME_TEST }}" storagePassword: "${{ secrets.STORAGE_PASSWORD_TEST }}" accessKey: "${{ secrets.ACCESS_KEY_TEST }}" pullZoneId: "${{ secrets.ZONE_ID_TEST }}" upload: "true" - remove: "true" + remove: "false" purgePullZone: "true"