diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e6c3ef..a54db0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/config.toml b/config.toml index f589164..a4dafba 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://shockrah.xyz" +baseURL = "https://resume.shockrah.xyz" # BRO: remember to remove this title = "Hi I'm Alejandro"