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
Thomas Lake
sucs-blog
Commits
5aec1891
Commit
5aec1891
authored
Sep 24, 2020
by
Thomas Lake
🔧
Browse files
Update .gitlab-ci.yml
parent
3396ce9c
Pipeline
#769
failed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5aec1891
image
:
name
:
archlinux
before_script
:
-
pacman -Sy --noconfirm hugo
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
test
-
build
-
deploy
test-compile
:
stage
:
test
...
...
@@ -29,9 +25,4 @@ build:
artifacts
:
paths
:
-
public
expire_in
:
1 week
prod-server
:
stage
:
deploy
script
:
-
curl https://blogs.sucs.org/update.php
expire_in
:
1 week
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment