Skip to content
Snippets Groups Projects
Commit 3a4ef46a authored by memir0's avatar memir0
Browse files

fixed insecure print

parent eadc8d9a
Branches master
No related tags found
No related merge requests found
Pipeline #81219 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment