Skip to content

Commit

Permalink
ci: add github deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koeaw committed Nov 10, 2023
1 parent 81cdae8 commit 55e276c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy-apis-instance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: deploy
on:
push:
# Run deployment only on pushes to the specified branch(es)
branches: ["frischmuth/dev"]
# Allows you to run this workflow manually from the Actions tab or through HTTP API
workflow_dispatch:

jobs:
deploy:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/deploy-apis-instance.yml@v0.3.1
secrets: inherit

0 comments on commit 55e276c

Please sign in to comment.