We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad9608 commit 9a5a808Copy full SHA for 9a5a808
.travis.yml
@@ -16,5 +16,4 @@ after_success:
16
- docker push ${IMGNAME}
17
- echo "${SSH_KEY}" | base64 --decode > /tmp/ssh_rsa
18
- chmod 600 /tmp/ssh_rsa
19
-- ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/ssh_rsa \
20
-"docker pull ${IMGNAME} && docker stop discordbot; docker rm discordbot; docker run --name discordbot -d -e TOKEN=${TOKEN} ${IMGNAME}"
+- ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/ssh_rsa "docker pull ${IMGNAME} && docker stop discordbot; docker rm discordbot; docker run --name discordbot -d -e TOKEN=${TOKEN} ${IMGNAME}"
0 commit comments