Skip to content

Commit

Permalink
fix: remove old manifest and try cf deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Oct 17, 2022
1 parent 98c7b01 commit db1e14b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,14 @@ jobs:
name: Release v${{ steps.nextVersion.outputs.value }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Push to Heroku
run: git push -f https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_APP_NAME }}.git origin/main:main
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_PAGES_DEPLOY_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages publish --project-name=printables build
# - name: Push to Heroku
# run: git push -f https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_APP_NAME }}.git origin/main:main
# - name: Repository Dispatch
# uses: peter-evans/repository-dispatch@v1
# with:
Expand Down
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
Expand Down

0 comments on commit db1e14b

Please sign in to comment.