Skip to content

Update python-dwca-reader to a version that doesn't 'accidentaly' req… #154

Update python-dwca-reader to a version that doesn't 'accidentaly' req…

Update python-dwca-reader to a version that doesn't 'accidentaly' req… #154

Workflow file for this run

name: Automatic deployment - demo server
on:
push:
branches: [ devel ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEV_SERVER_HOST }}
username: ${{ secrets.DEV_SERVER_USERNAME }}
key: ${{ secrets.DEV_SERVER_KEY }}
script: |
cd gbif-alert-demo
nvm use v20.3.1
./deploy_devel.sh