Fix deployment condition in pipeline-test.yaml file
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m31s

This commit is contained in:
Andreas Hnida 2024-04-17 23:20:25 +02:00
commit bc99bfd5f2

View file

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