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

Commit

Permalink
Merge pull request #47 from ttt246/feature/update_plugin
Browse files Browse the repository at this point in the history
updated ci/cd with team name
  • Loading branch information
Thomas Richardson committed Jun 8, 2023
2 parents 5a3ba33 + 2572fff commit 99d85b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ jobs:
- name: deploy develop
uses: akhileshns/heroku-deploy@v3.12.12
with:
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 config --local http.extraheader "Heroku-Space: ttt246"
git push heroku develop:master --force
deploy-staging:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/staging'
Expand Down

0 comments on commit 99d85b6

Please sign in to comment.