diff --git a/.travis.yml b/.travis.yml index 4f736d7..549e1a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,13 @@ dist: xenial language: node_js node_js: 14 env: - - CI=true +- CI=true install: - npm install - npm run lint - npm run build addons: - ssh_known_hosts: vps514431.ovh.net + ssh_known_hosts: vps-841374ca.vps.ovh.net deploy: - provider: script skip_cleanup: true @@ -27,3 +27,4 @@ notifications: before_install: - openssl aes-256-cbc -K $encrypted_ae4bfc95fd3d_key -iv $encrypted_ae4bfc95fd3d_iv -in deploy/deploy-key.enc -out deploy/deploy-key -d + diff --git a/deploy/deploy-key.enc b/deploy/deploy-key.enc index e9bc0a2..523ec6b 100644 Binary files a/deploy/deploy-key.enc and b/deploy/deploy-key.enc differ diff --git a/deploy/deploy-production.sh b/deploy/deploy-production.sh index 04c3c48..3b62611 100644 --- a/deploy/deploy-production.sh +++ b/deploy/deploy-production.sh @@ -4,6 +4,6 @@ if [ ! -d ~/.ssh ]; then mkdir ~/.ssh; fi cp ./deploy/deploy-key ~/.ssh/deploy-key chmod 600 ~/.ssh/deploy-key ssh-add ~/.ssh/deploy-key -git remote add deploy ssh://debian@vps514431.ovh.net/home/git/werewolves-assistant-web.git/master +git remote add deploy ssh://debian@vps-841374ca.vps.ovh.net/home/debian/werewolves-assistant-web.git/master git fetch --depth=1000000 git push deploy master diff --git a/deploy/deploy-sandbox.sh b/deploy/deploy-sandbox.sh index 0a409bf..b44cb86 100644 --- a/deploy/deploy-sandbox.sh +++ b/deploy/deploy-sandbox.sh @@ -4,6 +4,6 @@ if [ ! -d ~/.ssh ]; then mkdir ~/.ssh; fi cp ./deploy/deploy-key ~/.ssh/deploy-key chmod 600 ~/.ssh/deploy-key ssh-add ~/.ssh/deploy-key -git remote add deploy ssh://debian@vps514431.ovh.net/home/git/werewolves-assistant-web.git/staging +git remote add deploy ssh://debian@vps-841374ca.vps.ovh.net/home/debian/werewolves-assistant-web.git/staging git fetch --depth=1000000 git push deploy staging