Skip to content

Update Gmeek.yml

Update Gmeek.yml #32

Workflow file for this run

name: Add File to Bucket
on:
push:
branches:
- main
workflow_dispatch:
issues:
types: [opened, edited]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: deploy-upyun
uses: bwcxyk/[email protected]
env:
UPX_SERVICENAME: ${{ secrets.UPX_SERVICENAME }}
UPX_OPERATOR: ${{ secrets.UPX_OPERATOR }}
UPX_PASSWORD: ${{ secrets.UPX_PASSWORD }}
LOCAL_DIR: ./docs/
REMOTE_DIR: /
- name: Upyun Refresh
uses: yiyungent/upyun-action@main
with:
upyun_username: ${{ secrets.UPYUN_USERNAME }}
upyun_password: ${{ secrets.UPYUN_PASSWORD }}
refresh_cache_urls: "https://blog.freeblock.cn/*"