Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Project Page
Commits
61a3dfc5
Commit
61a3dfc5
authored
3 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
adapted master pipeline to ts
parent
2f138599
master
1 merge request
!85
deployment
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-2
.gitlab-ci.yml
with
7 additions
and
2 deletions
+7
-2
.gitlab-ci.yml
+
7
-
2
View file @
61a3dfc5
...
...
@@ -18,10 +18,15 @@ pages-testing:
pages-production
:
stage
:
deploy
script
:
-
cat $configfileprod > ./config/config.js
script
:
-
npm install
-
npm run clean
-
npm run build
-
rm -rf ./built/views
-
cp -R ./views ./built
-
cat $configfileprod > ./built/config/config.js
-
"
pm2
delete
--silent
project
||
:"
-
pm2 start ./app.js --name=project
-
pm2 start ./
built/
app.js --name=project
-
pm2 save
tags
:
-
production
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets