Add conditional check for deployment to development environment in pipeline-test.yaml file
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
This commit is contained in:
parent
f4bb7222d3
commit
6a276b5ead
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ jobs:
|
|||
run: hugo --minify
|
||||
|
||||
- name: Deploy to Server
|
||||
if: ${{ myEnv_env == 'development' }}
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.0.0
|
||||
with:
|
||||
protocol: ftps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue