Commit 62116252 authored by Andrey Filippov's avatar Andrey Filippov

http->https

parent 40eb2dd1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import subprocess, urllib2, os import subprocess, urllib2, os
remote_dir = "." remote_dir = "."
remote_url = "http://community.elphel.com/files/production/" remote_url = "https://community.elphel.com/files/production/"
private_key_path = "/home/user/.ssh/id_rsa" private_key_path = "/home/user/.ssh/id_rsa"
production_dir = "production" production_dir = "production"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment