-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf8e937
commit 2953188
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ jobs: | |
id: heroku | ||
uses: snithyanantham/[email protected] # use the latest version of the action | ||
with: | ||
app_name: "peak-performace" | ||
app_name: "peak-performance" | ||
email: ${{ secrets.HEROKU_EMAIL }} # your heroku email | ||
api_key: ${{ secrets.HEROKU_API_KEY }} # your heroku api key | ||
docker_compose_file: './code/docker-compose-production.yml' # set the path to the folder where the docker-compose file is located | ||
heroku_apps: '[{"imagename":"api-production","appname":"peak-performace","apptype":"web"},{"imagename":"client-production","appname":"peak-performance","apptype":"web"}]' # List of Docker Image name, Heroku app and Heroku app type | ||
heroku_apps: '[{"imagename":"api-production","appname":"peak-performance","apptype":"web"},{"imagename":"client-production","appname":"peak-performance","apptype":"web"}]' # List of Docker Image name, Heroku app and Heroku app type |