diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 5cdc45e..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/Dockerfile.heroku b/Dockerfile.heroku new file mode 100644 index 0000000..4f2cbb7 --- /dev/null +++ b/Dockerfile.heroku @@ -0,0 +1 @@ +FROM hibare/moni \ No newline at end of file diff --git a/heroku.yml b/heroku.yml index df2309e..57e7679 100644 --- a/heroku.yml +++ b/heroku.yml @@ -4,4 +4,4 @@ setup: as: DATABASE build: docker: - web: Dockerfile + web: Dockerfile.heroku