Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
updated ci/cd with team name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Jun 8, 2023
1 parent 2572fff commit f8238d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
uses: actions/checkout@v3
- name: deploy develop
uses: akhileshns/heroku-deploy@v3.12.12
with:
env:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: smartphone
heroku_email: ${{ secrets.HEROKU_EMAIL }}
run: |
git remote add heroku https://heroku:${HEROKU_API_KEY}@git.heroku.com/${heroku_app_name}.git
git remote add heroku https://heroku:${heroku_api_key}@git.heroku.com/${heroku_app_name}.git
git config --local http.extraheader "Heroku-Space: ttt246"
git push heroku develop:master --force
Expand Down

0 comments on commit f8238d9

Please sign in to comment.