1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-09-30 04:11:33 +01:00

Actually deploy site

This commit is contained in:
Jake Howard 2021-06-03 07:29:44 +00:00
parent 63b3a410dd
commit f779a1e69e

View file

@ -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