From 3e71396b397165d75080becaac5e55e9d99d5bd7 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Sun, 3 Jan 2021 19:42:38 +0100
Subject: [PATCH] Automatically deploy to staging if built

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2d8735..8abebc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,7 +89,6 @@ deploy_staging:
   # Deploy the current image to the production machine.
   <<: *deploy_template
 
-  when: manual
   variables:
     DOCKER_HOST: tcp://uhepp.preview.sauerburger.com:8376/
     DB_PASSWORD: ${STAGING_DB_PASSWORD}
-- 
GitLab