Update deployment condition variable for development environment in pipeline-test.yaml file
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m24s

This commit is contained in:
Andreas Hnida 2024-04-17 23:09:29 +02:00
commit 0fd9f6bc55

View file

@ -60,7 +60,7 @@ jobs:
run: hugo --minify run: hugo --minify
- name: Deploy to Server - name: Deploy to Server
if: $myEnv_environment_name == 'development' if: $myEnv_env == 'development'
uses: SamKirkland/FTP-Deploy-Action@4.0.0 uses: SamKirkland/FTP-Deploy-Action@4.0.0
with: with:
protocol: ftps protocol: ftps