From fda0b67be579cf19e2cee78fc4affb7bd1a18899 Mon Sep 17 00:00:00 2001 From: AkhileshNS Date: Tue, 23 Feb 2021 16:46:03 +0530 Subject: [PATCH] Updated version --- README.md | 36 ++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ca31e34..e4e869e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -99,7 +99,7 @@ The action comes with additional options that you can use to configure your proj | env_file | false | path to an env file (with respect to appdir) | /.env | | justlogin | false | Set to true if you want the action to just login to Heroku and nothing else | true or false | | region | false | The region in which you would like to deploy a server | eu or dublin | -| stack | false | Set stack of your heroku app if you need to change. Default: heroku-20 | container | +| stack | false | Set stack of your heroku app if you need to change. Default: heroku-20 | container | | team | false | If deploying to an organization, then specify the name of the team or organization here | team-xyz | ## Examples @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -189,7 +189,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -216,7 +216,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -245,7 +245,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -274,7 +274,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -305,7 +305,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -334,7 +334,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -365,7 +365,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -395,7 +395,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -425,7 +425,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -458,7 +458,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -493,7 +493,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -540,7 +540,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" #Must be unique in Heroku @@ -569,7 +569,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 + - uses: akhileshns/heroku-deploy@v3.12.11 with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "YOUR APP's NAME" @@ -596,7 +596,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.11.10 # This is the action + - uses: akhileshns/heroku-deploy@v3.12.11 # This is the action with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "" diff --git a/package.json b/package.json index 1cf0bc8..268a9eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroku-deploy", - "version": "3.11.10", + "version": "3.12.11", "description": "A simple github action that dynamically deploys an app to heroku", "main": "index.js", "scripts": {