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