We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625cdf8 commit 59e68a1Copy full SHA for 59e68a1
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
php: '7.1'
3
addons:
4
- ssh_known_hosts: 138.68.172.224
+ ssh_known_hosts: katy-ereira.co.uk
5
before_install:
6
- . ./scripts/install.sh
7
script:
scripts/deploy.sh
@@ -2,7 +2,7 @@
set -x
#if [ $TRAVIS_BRANCH == 'master' ] ; then
# Initialize a new git repo in _site, and push it to our server.
- git remote add deploy "deploy@138.68.172.224:/var/www/Sites/activity-monitor"
+ git remote add deploy "deploy@katy-ereira.co.uk:/var/repo/activity-monitor.git"
git push --force deploy $TRAVIS_BRANCH
#else
8
# echo "Not deploying, since this branch isn't master."
0 commit comments