mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 19:39:24 +00:00
Replace deployment with webdav
This commit is contained in:
parent
e4774536a7
commit
5e542d54b7
1 changed files with 7 additions and 7 deletions
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
|
@ -27,12 +27,12 @@ jobs:
|
|||
name: notes
|
||||
path: public
|
||||
|
||||
- uses: jakejarvis/s3-sync-action@master
|
||||
- name: rclone
|
||||
uses: wei/rclone@master
|
||||
with:
|
||||
args: --follow-symlinks --delete
|
||||
args: sync public/ pages:notes.theorangeone.net/
|
||||
env:
|
||||
AWS_S3_BUCKET: notes.theorangeone.net
|
||||
AWS_ACCESS_KEY_ID: github
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
||||
SOURCE_DIR: public
|
||||
AWS_S3_ENDPOINT: https://pages.theorangeone.net
|
||||
RCLONE_CONFIG_PAGES_TYPE: webdav
|
||||
RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net
|
||||
RCLONE_CONFIG_PAGES_USER: github
|
||||
RCLONE_CONFIG_PAGES_PASS: ${{ secrets.RCLONE_WEBDAV_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue