Remove deployment condition for development environment to enable deployment in all environments
All checks were successful
Build and Deploy Hugo Site / build_and_deploy (push) Successful in 1m36s

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

View file

@ -60,7 +60,6 @@ jobs:
run: hugo --minify run: hugo --minify
- name: Deploy to Server - name: Deploy to Server
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