From f4bb7222d3a15c718a222868226fb6a9471b4468 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 23:14:25 +0200 Subject: [PATCH] Remove deployment condition for development environment to enable deployment in all environments --- .gitea/workflows/pipeline-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index 5ec95b5..129decd 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -60,7 +60,6 @@ jobs: run: hugo --minify - name: Deploy to Server - if: $myEnv_env == 'development' uses: SamKirkland/FTP-Deploy-Action@4.0.0 with: protocol: ftps