Skip to content

Commit 59e68a1

Browse files
committed
Update hostname.
1 parent 625cdf8 commit 59e68a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22
php: '7.1'
33
addons:
4-
ssh_known_hosts: 138.68.172.224
4+
ssh_known_hosts: katy-ereira.co.uk
55
before_install:
66
- . ./scripts/install.sh
77
script:

scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -x
33
#if [ $TRAVIS_BRANCH == 'master' ] ; then
44
# Initialize a new git repo in _site, and push it to our server.
5-
git remote add deploy "deploy@138.68.172.224:/var/www/Sites/activity-monitor"
5+
git remote add deploy "deploy@katy-ereira.co.uk:/var/repo/activity-monitor.git"
66
git push --force deploy $TRAVIS_BRANCH
77
#else
88
# echo "Not deploying, since this branch isn't master."

0 commit comments

Comments
 (0)