* wrong subdomain oops

This commit is contained in:
shockrah 2021-11-05 20:15:11 -07:00
parent d84717e34c
commit 60c37eabc7
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
baseURL = "https://shockrah.xyz"
baseURL = "https://resume.shockrah.xyz"
# BRO: remember to remove this
title = "Hi I'm Alejandro"