Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 6b99eee

Browse files
committed
Fix the paths in the build
1 parent 5eda354 commit 6b99eee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.ci/remote_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ eval "$(ssh-agent -s)"
55
ssh-add ~/.ssh/id_rsa
66

77
# some wild security by obscurity going on here
8-
rsync -ahIe 'ssh -p 9092' -r build/splitgraph/ travis@splitgraph.com:/var/www/sg/ # add --delete to remove everything existing
8+
rsync -ahIe 'ssh -p 9092' -r website/build/splitgraph/ travis@splitgraph.com:/var/www/sg/ # add --delete to remove everything existing

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22
python:
33
- "3.6"
44
sudo: required
5+
addons:
6+
apt:
7+
packages:
8+
- sshpass
59
node_js:
610
- '8'
711
branches:

0 commit comments

Comments
 (0)