Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Engel Simulator 2020
Engel Simulator 2020
Commits
ec922724
Commit
ec922724
authored
Dec 23, 2020
by
Anton Weber
Committed by
Rahix
Dec 26, 2020
Browse files
ci: Add deploy job
parent
d7e0def6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ec922724
...
...
@@ -3,6 +3,7 @@ image: "engel-simulator-builder:latest"
stages
:
-
check
-
build
-
deploy
cache
:
&global_cache
paths
:
...
...
@@ -50,3 +51,12 @@ build-release:
-
www/dist
only
:
-
master
deploy
:
stage
:
deploy
tags
:
-
local
script
:
-
"
cp
-r
www/dist/*
/var/www/game"
only
:
-
master
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