Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Sep 20, 2024
1 parent 281e229 commit bcdc7b4
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/deployment_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,13 @@ jobs:
- run: mkdir -p ontology/${{ steps.find_ontology_version.outputs.ONTOLOGY_VERSION }}
- run: cp schema/iguana.owx ontology/${{ steps.find_ontology_version.outputs.ONTOLOGY_VERSION }}/iguana.owx
- run: cp schema/iguana.owx ontology/iguana.owx
- run: ls -l ontology/

- name: Deploy Ontology to FTP
uses: SamKirkland/[email protected]
with:
server: files.dice-research.org
protocol: ftps-legacy
security: strict
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
dry-run: true
port: 990
local-dir: ./ontology/
server-dir: vocab/iguana/
# - 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

0 comments on commit bcdc7b4

Please sign in to comment.