File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# docker-compose-multiple-apps-heroku-deploy - GitHub Action
5
5
6
- A simple action to build multiple docker images using docker-compose, push and deploy your apps to Heroku Applications
6
+ A simple action to build multiple docker images using docker-compose, push and deploy your applications to Heroku Apps
7
7
8
8
9
9
## How to use it
19
19
uses : actions/checkout@v2
20
20
- name : Build, Push and Deploy to Heroku # set the whatever name you want to this step
21
21
id : heroku
22
- uses : snithyanantham/docker-compose-multiple-apps-heroku-deploy@v1 # use the latest version of the action
22
+ uses : snithyanantham/docker-compose-multiple-apps-heroku-deploy@v1.0 # use the latest version of the action
23
23
with :
24
24
email : ${{ secrets.HEROKU_EMAIL }} # your heroku email
25
25
api_key : ${{ secrets.HEROKU_API_KEY }} # your heroku api key
You can’t perform that action at this time.
0 commit comments