Skip to content

Fixed two django-maintenance-mode related bugs #131

Fixed two django-maintenance-mode related bugs

Fixed two django-maintenance-mode related bugs #131

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