Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
plugins
GSEA
Commits
ed0a1aac
Commit
ed0a1aac
authored
Nov 14, 2018
by
Piotr Gawron
Browse files
deploy should be done only on master
parent
d030407a
Pipeline
#7412
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed0a1aac
...
...
@@ -16,6 +16,8 @@ build:
deploy
:
stage
:
deploy
only
:
-
master
script
:
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
...
...
@@ -27,3 +29,4 @@ deploy:
-
echo "mkdir plugins-www/gsea"|sftp -P 8022 gitlab-ci@10.240.6.160
-
echo "put dist/plugin.js plugins-www/gsea/"|sftp -P 8022 gitlab-ci@10.240.6.160
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