Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
W
website
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SeriousK
website
Commits
64d1810f
Commit
64d1810f
authored
Apr 23, 2020
by
Teun Kooijman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.silvester-consultancy.com/seriousk/website
parents
4885fe5a
41adfbee
Pipeline
#738
passed with stages
in 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
.gitlab-ci.yml
.gitlab-ci.yml
+45
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
64d1810f
before_script
:
stages
:
-
build
-
package
-
deploy
variables
:
build
:
stage
:
build
script
:
-
"
cd
SeriousWebsite"
-
"
dotnet
restore
-r
linux-x64"
-
"
dotnet
build
-c
Release
-r
linux-x64"
only
:
refs
:
-
master
package
:
stage
:
package
script
:
-
"
cd
SeriousWebsite"
-
"
dotnet
publish
-c
Release
-r
linux-x64
-o
../artifacts/SeriousWebsite/"
artifacts
:
name
:
"
SeriousWebsite"
paths
:
-
artifacts/SeriousWebsite
expire_in
:
2 days
only
:
refs
:
-
master
deploy
:
stage
:
deploy
script
:
-
"
cd
SeriousWebsite"
-
"
sudo
systemctl
stop
seriousk-website"
-
"
sudo
cp
-r
../artifacts/SeriousWebsite/*
/home/applications/kestrel/applications/seriousk/website"
-
"
sudo
systemctl
start
seriousk-website"
-
"
sudo
systemctl
status
seriousk-website"
only
:
refs
:
-
master
when
:
manual
Write
Preview
Markdown
is supported
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