Skip to content

Commit

Permalink
Heroku does not provide free dynos after 28.11.2022
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickuhlmann committed Nov 19, 2022
1 parent 659d568 commit c128aaa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 87 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,28 +169,3 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
deploy:
name: "Deploy to Heroku"
needs: buildDockerImage
runs-on: ubuntu-latest
environment:
name: heroku
url: "https://cevi-buchs-rohr-aarau-webpage.herokuapp.com/"
steps:
- uses: actions/checkout@v3

- name: Download dist
uses: actions/download-artifact@v3
with:
name: dist
path: docker/heroku/dist

- uses: gonuit/heroku-docker-deploy@v1.3.3
with:
email: "heroku@uhlme.ch"
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "cevi-buchs-rohr-aarau-webpage"
dockerfile_name: Dockerfile
dockerfile_directory: docker/heroku
process_type: web
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,3 @@ docker run -it -p 8080:80 --rm --name cevi-buchs-rohr-website cevi-buchs-rohr/we
```

The webpage is then available under localhost:8080

### Test (on Heroku)

https://cevi-buchs-rohr-aarau-webpage.herokuapp.com/
4 changes: 0 additions & 4 deletions docker/heroku/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions docker/heroku/nginx_default.conf

This file was deleted.

0 comments on commit c128aaa

Please sign in to comment.