File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.0.0 # use the latest version of the action
22
+ uses : snithyanantham/docker-compose-multiple-apps-heroku-deploy@v1 # 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
Original file line number Diff line number Diff line change 1
- name : ' Deploy Multiple Docker Images to Heroku Applications '
1
+ name : ' Deploy Multiple Docker Images to Heroku Apps '
2
2
author : ' Nithyanantham Subramaniam'
3
- description : ' A simple action to build multiple docker images using docker-compose, push and deploy your apps to Heroku Applications .'
3
+ description : ' A simple action to build multiple docker images using docker-compose, push and deploy your applications to Heroku Apps .'
4
4
inputs :
5
5
email :
6
6
description : ' Email linked to your Heroku account'
@@ -15,7 +15,7 @@ inputs:
15
15
description : ' docker-compose File Path'
16
16
required : true
17
17
heroku_apps :
18
- description : ' List of Docker Image name and Heroku app names with type'
18
+ description : ' List of Docker Images generated from docker-compose and Heroku app names with type'
19
19
required : true
20
20
branding :
21
21
icon : package
You can’t perform that action at this time.
0 commit comments