Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d4f1bf

Browse filesBrowse files
author
bradmorg
committed
changed ssh
1 parent 8baa13c commit 2d4f1bf
Copy full SHA for 2d4f1bf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ script:
1010

1111
after_success:
1212
- echo "${SSH_KEY}" | base64 --decode > /tmp/ssh_rsa
13-
- sleep 2
1413
- chmod 600 /tmp/ssh_rsa
15-
- sleep 2
16-
- ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/ssh_rsa "docker run -e ${TOKEN} ubuntu:dbot -d"
14+
- ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/ssh_rsa "docker run -d -e TOKEN=${TOKEN} ubuntu:dbot"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.