* wrong subdomain oops
This commit is contained in:
parent
d84717e34c
commit
60c37eabc7
@ -1,7 +1,7 @@
|
|||||||
image: registry.gitlab.com/pages/hugo:latest
|
image: registry.gitlab.com/pages/hugo:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- gitlab
|
- build
|
||||||
- vps
|
- vps
|
||||||
|
|
||||||
|
|
||||||
@ -9,8 +9,8 @@ variables:
|
|||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
# Only because it's broken right now
|
# Only because it's broken right now
|
||||||
pages:
|
build:
|
||||||
stage: gitlab
|
stage: build
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
@ -30,10 +30,10 @@ vps:
|
|||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
needs:
|
needs:
|
||||||
- pages
|
- build
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- pages
|
- build
|
||||||
|
|
||||||
# setup ssh environment first
|
# setup ssh environment first
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
baseURL = "https://shockrah.xyz"
|
baseURL = "https://resume.shockrah.xyz"
|
||||||
# BRO: remember to remove this
|
# BRO: remember to remove this
|
||||||
title = "Hi I'm Alejandro"
|
title = "Hi I'm Alejandro"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user