Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emir Derouiche
øving 8
Commits
3a4ef46a
Commit
3a4ef46a
authored
Apr 16, 2020
by
memir0
Browse files
fixed insecure print
parent
eadc8d9a
Pipeline
#81219
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3a4ef46a
...
...
@@ -27,7 +27,6 @@ deploy:
-
touch ~/.ssh/id_rsa
-
chmod 600 ~/.ssh/id_rsa
# Required permission by ssh
-
echo "$key" > ~/.ssh/id_rsa
-
echo "$key" | cut -d'_' -f
10
-
apt update
-
apt install --assume-yes rsync
-
rsync --archive --delete --exclude='.git' --exclude='node_modules' . speed@35.228.31.13:app
...
...
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