From 7f34d29ba723bdec274fa652c08b622c05b12b7b Mon Sep 17 00:00:00 2001 From: Jonas Schwartz Date: Mon, 14 Jan 2019 21:28:54 +0100 Subject: [PATCH] Add test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16220597..07336261 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: git config --global user.email "jonas+deploy@vapor.codes" git config --global user.name "Auto deploy" git commit --allow-empty -m "Trigger deployment" - #git pull origin master + git pull origin master git push -q -f git@git.code.vapor.cloud:auto-deploy.git master - run: name: Login to Toolbox