removed workflow

This commit is contained in:
2025-08-21 18:01:14 -05:00
parent e3c9c5dedb
commit 2c30011af5
-19
View File
@@ -1,19 +0,0 @@
name:
run-name: running action on ${{ gitea.actor }}
on: [push]
jobs:
push-to-cdn:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup MinIO client
uses: yakubique/setup-minio-cli@v1
with:
use_cache: false
- name: Setup CDN credentials
run: |
mc alias set cdn ${{ secrets.ENDPOINT }} ${{ secrets.ACCESS_KEY }} ${{ secrets.SECRET_KEY }} --api S3v4
- name: Deploy to CDN
run: |
mc mirror --overwrite ./ ${{ secrets.DEPLOY_PATH }}