mirror of
https://github.com/Instadapp/assets.git
synced 2024-07-29 22:27:41 +00:00
removed step to purge cdn cache
This commit is contained in:
parent
97d8dfe145
commit
4bcf3baf73
9
.github/workflows/synchronize-cdn.yml
vendored
9
.github/workflows/synchronize-cdn.yml
vendored
|
@ -53,11 +53,4 @@ jobs:
|
||||||
# SYNC
|
# SYNC
|
||||||
rclone sync -P . s3:$CDN_BUCKET/
|
rclone sync -P . s3:$CDN_BUCKET/
|
||||||
|
|
||||||
- name: Purge cache
|
rclone config delete s3
|
||||||
run: |
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user