Skip to content

Deploy to dev

Deploy to dev #2

Workflow file for this run

name: Deploy to dev
on:
workflow_dispatch:
jobs:
staging:
uses: dracor-org/dracor-frontend/.github/workflows/deployment.yml@main
with:
host: dev.dracor.org
deploy-path: /var/www/html
secrets:
deploy-key: ${{ secrets.DRACOR_ORG_DEPLOY_KEY }}
deploy-user: ${{ secrets.DRACOR_ORG_DEPLOY_USER }}