mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-18 00:49:02 +00:00
Actually deploy site
This commit is contained in:
parent
63b3a410dd
commit
f779a1e69e
1 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@ static:
|
||||||
expire_in: 30 mins
|
expire_in: 30 mins
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine
|
image: rclone/rclone:1
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
- static
|
- static
|
||||||
|
@ -22,4 +22,8 @@ deploy:
|
||||||
name: notes
|
name: notes
|
||||||
url: https://notes.theorangeone.net
|
url: https://notes.theorangeone.net
|
||||||
script:
|
script:
|
||||||
- ls -alh ./public
|
- rclone sync public/ pages:notes.theorangeone.net/
|
||||||
|
variables:
|
||||||
|
RCLONE_CONFIG_PAGES_TYPE: webdav
|
||||||
|
RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net
|
||||||
|
RCLONE_CONFIG_PAGES_USER: github
|
||||||
|
|
Loading…
Reference in a new issue