From f22b9933155967a4a2078cefaa119355826e1c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sun, 6 Jan 2019 16:26:37 +0100 Subject: [PATCH] deploy fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 335a95d..facea32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ deploy: on: branch: master - provider: script - script: bash .travis_deploy.sh var/www/beta.nginxconfig.io/ + script: bash .travis_deploy.sh /var/www/beta.nginxconfig.io/ skip_cleanup: true on: branch: beta