diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e49d3d5..513606c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: limjh16/jekyll-action-ts@v2 with: enable_cache: true - - run: bundle exec htmlproofer ./_site --no-enforce-https + - run: bundle exec htmlproofer ./_site --no-enforce-https --ignore-urls "/marketplace.digitalocean.com/" name: Check links - name: Deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} diff --git a/deploy.md b/deploy.md index ecc7f273..1174cc18 100644 --- a/deploy.md +++ b/deploy.md @@ -19,7 +19,7 @@ A [bare metal installation guide](https://docs.inventree.org/en/latest/start/int ### Cloud -A member of the team provides a [1-click app for InvenTree](https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014) on the DigitalOcean marketplace. +A member of the team provides a [1-click app for InvenTree](digitalocean) on the DigitalOcean marketplace. ### Other Options diff --git a/digitalocean.md b/digitalocean.md new file mode 100644 index 00000000..61469153 --- /dev/null +++ b/digitalocean.md @@ -0,0 +1,20 @@ +--- +title: InvenTree x DigitalOcean +--- + +

+ + Powered by DigitalOcean badge + +

+ +## One-Click Install + +Deploy to DO + +InvenTree is available as a one-click install on the DigitalOcean marketplace. The image makes use of the installer and is maintained by team memeber matmair. The source is available [here](https://github.com/invenhost/inventree_droplet). + +## DigitalOcean Open Source Credits + +DigitalOcean is kind enough to provide open source projects with free credits to use their services. +InvenTree is a proud recipient of these credits and is currently switching the demo instance to use a droplet. If you are interested in applying for credits, you can do so [here](https://www.digitalocean.com/open-source/credits-for-projects).