Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucs
sucs-blog
Compare Revisions
657d9655f5a6264124798865adb4c1f5f87a2ed6...3396ce9c8fe8ec02c3e7a7a7f327850a5f3bc950
Commits (2)
Test different CI config
· b55eaea7
Thomas Lake
authored
Sep 24, 2020
b55eaea7
Merge branch 'master' into 'master'
· 3396ce9c
Thomas Lake
authored
Sep 24, 2020
Try different CI config See merge request
!4
3396ce9c
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3396ce9c
...
@@ -9,6 +9,7 @@ variables:
...
@@ -9,6 +9,7 @@ variables:
stages
:
stages
:
-
test
-
test
-
build
-
deploy
-
deploy
test-compile
:
test-compile
:
...
@@ -16,8 +17,8 @@ test-compile:
...
@@ -16,8 +17,8 @@ test-compile:
script
:
script
:
-
hugo
-
hugo
build
-deploy
:
build
:
stage
:
deploy
stage
:
build
only
:
only
:
refs
:
refs
:
-
master
-
master
...
@@ -25,8 +26,12 @@ build-deploy:
...
@@ -25,8 +26,12 @@ build-deploy:
-
pacman -Sy --noconfirm hugo
-
pacman -Sy --noconfirm hugo
script
:
script
:
-
hugo
-
hugo
-
curl https://blogs.sucs.org/update.php
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
expire_in
:
1 week
expire_in
:
1 week
prod-server
:
stage
:
deploy
script
:
-
curl https://blogs.sucs.org/update.php