docs: added 'deploy and get swag' CTA.

This commit is contained in:
Matija Sosic
2025-02-14 17:42:57 +01:00
parent 4c106fd630
commit fe73757138
15 changed files with 21 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
title: Deploying
banner:
content: |
Open SaaS is now running on <b><a href='https://wasp.sh'>Wasp v0.16</a></b>! <br/>⚙️<br/>If you're running an older version and would like to upgrade, please follow the <a href="https://wasp.sh/docs/migration-guides/migrate-from-0-15-to-0-16">migration instructions.</a>
Have an Open SaaS app in production? <a href="https://e44cy1h4s0q.typeform.com/to/EPJCwsMi">We'll send you some swag! 👕</a>
---
import { Image } from 'astro:assets';
import npmVersion from '@assets/stripe/npm-version.png';
@@ -76,6 +76,12 @@ Here are a list of all of them (some of which you may not be using, e.g. Analyti
- [ ] `AWS_S3_FILES_BUCKET`
- [ ] `AWS_S3_REGION`
:::tip[Deployed? Get some swag! 👕]
Do you have an Open SaaS app running in production? If yes, we'd love to send some swag your way! All you need to do is fill out [this form](https://e44cy1h4s0q.typeform.com/to/EPJCwsMi) and we'll make it happen.
:::
### Deploying to Fly.io
[Fly.io](https://fly.io) is a platform for running your apps globally. It's a great choice for deploying your SaaS app because it's free to get started, can host your entire full-stack app in one place, scales well, and has one-command deploy integration with Wasp.