Skip to content

Commit

Permalink
Merge branch 'rename-keyword' of https://github.com/hedyorg/hedy into…
Browse files Browse the repository at this point in the history
… rename-keyword
  • Loading branch information
Felienne committed Dec 19, 2024
2 parents 7740657 + 40a76a0 commit 3e747f6
Show file tree
Hide file tree
Showing 45 changed files with 763 additions and 391 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout Repository
uses: actions/checkout@v4
- name: 'Install Heroku CLI'
run: curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/heroku-deploy@v3.13.15 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
run: |
echo "You must be Felienne to run this workflow :D" >&2
exit 1
- uses: actions/checkout@v4
- name: Checkout Repository
uses: actions/checkout@v4
- name: 'Install Heroku CLI'
run: curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/heroku-deploy@v3.13.15 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn app:app
web: gunicorn app:create_app()
Loading

0 comments on commit 3e747f6

Please sign in to comment.