diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index 94229485..00000000 --- a/.browserslistrc +++ /dev/null @@ -1,3 +0,0 @@ -last 2 versions -not dead -> 1% in US \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 273c5af4..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,80 +0,0 @@ -# Helpful Doc Links -# Workflow syntax - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions -# Context and expression syntax - https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions - -name: Main - -on: - push: - branches: - - main - -jobs: - deploy: - name: Deploy - if: github.ref == 'refs/heads/main' - needs: [build] - runs-on: ubuntu-latest - env: - HEROKU_EMAIL: ${{ secrets.HEROKU_EMAIL }} - HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} - HEROKU_GIT_URL: ${{ secrets.HEROKU_GIT_URL }} - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: main - - - name: write auth - run: | - cat > ~/.netrc <