File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest # Setup an environment to run the action
99 steps :
1010 - uses : actions/checkout@v2 # This actions copy the repository on the environment
11+ - name : Install Heroku CLI # <- IMPORTANT!!! Make sure the cli is installed before using the action
12+ run : |
13+ curl https://cli-assets.heroku.com/install.sh | sh
1114 -
uses :
akhileshns/[email protected] # This action deploys the content on Heroku1215 with :
1316 heroku_api_key : ${{secrets.HEROKU_API_KEY}} # The Heroku api key we stored on our repo secret
Original file line number Diff line number Diff line change 1+ 3.11
Original file line number Diff line number Diff line change 1- bleach==5.0 .0
1+ bleach==6.2 .0
22Django==3.2.15
33dj-database-url==0.5.0
44django-allauth==0.50.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments