Skip to content

Commit

Permalink
Add staging deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmil committed Sep 2, 2024
1 parent 9ba5671 commit bcfbd51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy to staging

on:
push:
branches: [main]

jobs:
deploy:
uses: dracor-org/ezlinavis/.github/workflows/deployment.yml@main
with:
host: staging.dracor.org
deploy-path: /var/www/ezlinavis
secrets:
deploy-key: ${{ secrets.DRACOR_ORG_DEPLOY_KEY }}
deploy-user: ${{ secrets.DRACOR_ORG_DEPLOY_USER }}

0 comments on commit bcfbd51

Please sign in to comment.