Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
db0c2dd9
Commit
db0c2dd9
authored
Oct 09, 2020
by
janis.streib
🦉
Browse files
UPD: removed devel-devel
parent
20832c55
Pipeline
#112296
passed with stages
in 8 minutes and 28 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
db0c2dd9
...
...
@@ -45,7 +45,7 @@ frontend-audit:
-
npm audit
allow_failure
:
true
deploy_devel
_devel
:
deploy_devel
:
stage
:
deploy
script
:
-
'
which
ssh-agent
||
(
apt-get
install
openssh-client
-y
)'
...
...
@@ -57,7 +57,7 @@ deploy_devel_devel:
-
chmod 644 ~/.ssh/known_hosts
-
ssh net-suite-devel@net-web09.scc.kit.edu "${CI_PIPELINE_ID}"
environment
:
name
:
devel
-devel
url
:
https://netvs-devel
-devel
.scc.kit.edu
name
:
devel
url
:
https://netvs-devel.scc.kit.edu
only
:
-
new_interface
frontend/vue.config.js
View file @
db0c2dd9
...
...
@@ -6,7 +6,7 @@ module.exports = {
changeOrigin
:
true
},
'
^/api
'
:
{
target
:
'
https://netvs-devel
-devel
.scc.kit.edu
'
,
target
:
'
https://netvs-devel.scc.kit.edu
'
,
// target: 'http://localhost:5000
changeOrigin
:
false
}
...
...
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