Skip to content

Commit

Permalink
fix: added env to toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Sep 10, 2024
1 parent bdbcafa commit ece45e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Binary file modified strapi/.tmp/data.db
Binary file not shown.
3 changes: 3 additions & 0 deletions strapi/fly.production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
app = "younite-strapi"
primary_region = "syd"

[env]
STRAPI_URL="https://edit.younite.wdcc.co.nz"

[[vm]]
size = "shared-cpu-2x"
memory = "1gb"
Expand Down
3 changes: 3 additions & 0 deletions strapi/fly.staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
app = "younite-strapi-staging"
primary_region = "syd"

[env]
STRAPI_URL="https://staging.edit.younite.wdcc.co.nz"

[[vm]]
size = "shared-cpu-2x"
memory = "1gb"
Expand Down
Binary file added strapi/public/uploads/cow_ff56e2ad3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strapi/public/uploads/small_cow_ff56e2ad3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ece45e2

Please sign in to comment.