Skip to content

Replace CD workflow with staging and production deployments #1

Replace CD workflow with staging and production deployments

Replace CD workflow with staging and production deployments #1

name: Deploy to staging
on:
push:
branches: [main]
jobs:
staging:
uses: dracor-org/einakter/.github/workflows/deployment.yml@main
with:
host: staging.dracor.org
deploy-path: /var/www/einakter
secrets:
deploy-key: ${{ secrets.DRACOR_ORG_DEPLOY_KEY }}
deploy-user: ${{ secrets.DRACOR_ORG_DEPLOY_USER }}