mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 20:49:06 +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
|
||||
|
||||
deploy:
|
||||
image: alpine
|
||||
image: rclone/rclone:1
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- static
|
||||
|
@ -22,4 +22,8 @@ deploy:
|
|||
name: notes
|
||||
url: https://notes.theorangeone.net
|
||||
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