Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar authored Nov 26, 2024
1 parent 6d48abd commit 2522f63
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,26 @@ sqlx migrate run
Compares the migration history of the running database against the `migrations/` folder and runs
any scripts that are still pending.

## Deploy

Until the ci/cd.yml is fixed the only way to deploy is with the fly cli.

Install for linux:
```sh
curl -L https://fly.io/install.sh | sh
```

Install for Mac:
```sh
brew install flyctl
```

Then
```
fly deploy -c fly.*.toml
```





0 comments on commit 2522f63

Please sign in to comment.