mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
remove stale heroku job
This commit is contained in:
parent
dabd878b87
commit
b0bb9f8a34
1 changed files with 1 additions and 22 deletions
23
.github/workflows/companion-deploy.yml
vendored
23
.github/workflows/companion-deploy.yml
vendored
|
|
@ -69,25 +69,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
file: Dockerfile
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
|
||||
heroku:
|
||||
name: Heroku
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v6
|
||||
- name: Alter dockerfile
|
||||
run: |
|
||||
sed -i 's/^EXPOSE 3020$/EXPOSE $PORT/g' Dockerfile
|
||||
# https://github.com/AkhileshNS/heroku-deploy/issues/188
|
||||
- name: Install Heroku CLI
|
||||
run: |
|
||||
curl https://cli-assets.heroku.com/install.sh | sh
|
||||
- name: Deploy to heroku
|
||||
uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15
|
||||
with:
|
||||
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
||||
heroku_app_name: companion-demo
|
||||
heroku_email: ${{secrets.HEROKU_EMAIL}}
|
||||
usedocker: true
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue