We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f84b7d + c574beb commit 2b5ad5dCopy full SHA for 2b5ad5d
.github/workflows/testing.yml
@@ -40,3 +40,15 @@ jobs:
40
- name: Django Testing
41
run: |
42
python3 manage.py test
43
+
44
+ deploy:
45
+ runs-on: ubuntu-latest
46
+ name: Git Deploy job- A job to deploy django app to heroku using git
47
+ steps:
48
+ - name: Deploy django to heroku
49
+ uses: zarif98sjs/C-Compiler-Code-Generation-CI-CD
50
+ with:
51
+ heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
52
+ heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
53
+ heroku_email_address: 'midnight.scream98@gmail.com'
54
+ use_git: true
0 commit comments