* Fixing broken scss links in vps
This is due to hugo using gitlab pages as the base url
This commit is contained in:
parent
59ec865da6
commit
b4d3b3ab44
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ api/thumbs/
|
|||||||
build/
|
build/
|
||||||
gitpage/public/
|
gitpage/public/
|
||||||
gitpage/resources/
|
gitpage/resources/
|
||||||
|
gitpage/hugo.exe
|
||||||
|
@ -33,6 +33,7 @@ vps-website:
|
|||||||
script:
|
script:
|
||||||
# Build then upload
|
# Build then upload
|
||||||
- cd gitpage/
|
- cd gitpage/
|
||||||
|
- sed -i 's/\.gitlab\.io\/clippable/\.xyz/g' config.toml
|
||||||
- hugo
|
- hugo
|
||||||
- cd ../
|
- cd ../
|
||||||
- ssh root@shockrah.xyz "rm -rf /var/www/clippable"
|
- ssh root@shockrah.xyz "rm -rf /var/www/clippable"
|
||||||
|
Loading…
Reference in New Issue
Block a user