From c3148e22510c431b0db8bf3e79f4b1d57d51057c Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:21:21 +0200 Subject: [PATCH] Update workflow test --- .github/workflows/deployment_test.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deployment_test.yml b/.github/workflows/deployment_test.yml index 906e485e..343f5dab 100644 --- a/.github/workflows/deployment_test.yml +++ b/.github/workflows/deployment_test.yml @@ -48,11 +48,12 @@ jobs: - run: cp schema/iguana.owx ontology/iguana.owx - run: ls -l ontology/ -# - name: Deploy Ontology to FTP -# run: lftp -u '$FTP_USER','$FTP_PASSWORD' files.dice-research.org << EOF -# set ftp:ssl-protect-data true -# cd vocab -# mirror -R ontology/. iguana/ -# bye -# EOF + - name: Deploy Ontology to FTP + run: lftp -u '$FTP_USER','$FTP_PASSWORD' files.dice-research.org << EOF + set cmd:fail-exit yes + set ftp:ssl-protect-data true + cd /vocab + mirror -R --dry-run ontology/. iguana/ + bye + EOF