Skip to content

Commit

Permalink
Merge pull request #9 from frerich/let_release_workflow_deploy
Browse files Browse the repository at this point in the history
Let release workflow deploy
  • Loading branch information
frerich committed Jan 22, 2022
2 parents 4fa0a74 + 84500fa commit d42c1b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -28,3 +28,20 @@ jobs:
body: ${{steps.github_release.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
name: Deploy to Gigalixir
needs: release
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: 3.8.1

- uses: mhanberg/gigalixir-action@v0.6.1
with:
GIGALIXIR_APP: rummy
GIGALIXIR_USERNAME: ${{ secrets.GIGALIXIR_USERNAME }}
GIGALIXIR_PASSWORD: ${{ secrets.GIGALIXIR_PASSWORD }}
MIGRATIONS: false

0 comments on commit d42c1b3

Please sign in to comment.