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
c8a886d8
Commit
c8a886d8
authored
Dec 30, 2020
by
Rahix
🦀
Browse files
Merge 'Also build release pipeline for tags'
See merge request
!46
parents
c52f3ff6
e8070a67
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8a886d8
...
...
@@ -41,6 +41,7 @@ build-release:
<<
:
*global_cache
key
:
release-build
script
:
-
touch .git/HEAD
-
wasm-pack build
-
cd www
-
npm install
...
...
@@ -51,6 +52,7 @@ build-release:
-
www/dist
only
:
-
master
-
tags
deploy
:
stage
:
deploy
...
...
@@ -60,3 +62,4 @@ deploy:
-
"
cp
-r
www/dist/*
/var/www/game"
only
:
-
master
-
tags
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