Add SSH key to CircleCI deployment.

pull/292/head
Christopher Young 2016-02-27 01:19:42 -05:00
rodzic d2f8a7d0de
commit 6762c01935
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,4 +17,4 @@ deployment:
production:
branch: master
commands:
- cd selfupdate ; ./makeupdate.sh ; cd .. ; scp work/*.sh stratux-updates@updates.stratux.me:.
- cd selfupdate ; ./makeupdate.sh ; cd .. ; yes | scp -i ~/.ssh/id_updates.stratux.me work/*.sh stratux-updates@updates.stratux.me:.