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 e679314

Browse filesBrowse files
author
bradmorg
committed
adding rapid deploy
1 parent d67ae0b commit e679314
Copy full SHA for e679314

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ services:
44
- docker
55

66
before_install:
7-
- docker image build -t ubuntu:dbot .
7+
- echo "Test"
8+
#- docker image build -t ubuntu:dbot .
89

910
after_success:
10-
- ssh pi@${IPADDR} echo 'success!' >> deploy.log
11+
- echo "${SSH_KEY}" | base64 --decode > /tmp/ssh_rsa
12+
- ssh pi@${IPADDR} -i /tmp/sftp_rsa echo 'success!' >> deploy.log

0 commit comments

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