From 0fd9f6bc5533a3ceef785b905c7196088f62655e Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 23:09:29 +0200 Subject: [PATCH] Update deployment condition variable for development environment in pipeline-test.yaml file --- .gitea/workflows/pipeline-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index 8e3abf3..5ec95b5 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -60,7 +60,7 @@ jobs: run: hugo --minify - name: Deploy to Server - if: $myEnv_environment_name == 'development' + if: $myEnv_env == 'development' uses: SamKirkland/FTP-Deploy-Action@4.0.0 with: protocol: ftps