From 269f02f5438fae5173b140bc578d02f40106a82a Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Fri, 19 Feb 2021 19:36:28 +0000 Subject: [PATCH] skip deploys when triggered by drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0b3db392..5107afde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,5 +65,5 @@ steps: - 'chmod 400 secrets/deploy_key' - "git add ." - "git remote set-url origin git@github.com:ViktorBarzin/infra.git" - - "git commit -m 'Drone CI Update TLS Certificates Commit' || echo 'No changes'" + - "git commit -m 'Drone CI Update TLS Certificates Commit [CI SKIP]' || echo 'No changes'" - "GIT_SSH_COMMAND='ssh -i ./secrets/deploy_key -o IdentitiesOnly=yes' git push origin master"