Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
FlockLab 1 - deprecated
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TEC
P
Public
FlockLab
FlockLab 1 - deprecated
Commits
53bb0c76
Commit
53bb0c76
authored
May 03, 2019
by
Reto Da Forno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runner config updated
parent
1d73d1fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
53bb0c76
...
...
@@ -18,7 +18,7 @@ deploy to devserver:
DEV_SERVER2
:
'
flocklab@flocklab-dev-server2.ethz.ch'
SSH_OPTIONS
:
'
ssh
-q
-o
StrictHostKeyChecking=no'
# --omit-dir-times
RSYNC_OPTIONS
:
'
-av
--no-perms
--no-owner
--no-group
--delete
--
temp-dir=/tmp/
--exclude=*.ini
--exclude=*.pyc
--exclude=*.so'
RSYNC_OPTIONS
:
'
-av
--no-perms
--no-owner
--no-group
--delete
--
exclude=*.ini
--exclude=*.so'
script
:
-
'
apk
update
>/dev/null
&&
apk
add
rsync
openssh-client
>/dev/null'
-
'
eval
$(ssh-agent
-s)
&&
echo
"$CI_SSH_PRIVATE_KEY"
|
ssh-add
-'
...
...
@@ -44,7 +44,7 @@ deploy to production:
variables
:
PRODUCTION_SERVER
:
'
flocklab@whymper.ethz.ch'
SSH_OPTIONS
:
'
ssh
-q
-o
StrictHostKeyChecking=no'
RSYNC_OPTIONS
:
'
-av
--no-perms
--no-owner
--no-group
--
temp-dir=/tmp/
--exclude=*.ini
--exclude=*.conf
--exclude=*.pyc
'
RSYNC_OPTIONS
:
'
-av
--no-perms
--no-owner
--no-group
--
exclude=*.ini
--exclude=*.conf
--exclude=*.so
'
script
:
-
'
apk
update
>/dev/null
&&
apk
add
rsync
openssh-client
>/dev/null'
-
'
eval
$(ssh-agent
-s)
&&
echo
"$CI_SSH_PRIVATE_KEY"
|
ssh-add
-'
...
...
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