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