We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b060e2f commit e3b65a9Copy full SHA for e3b65a9
oxyde-cloud.toml
@@ -1,9 +1,4 @@
1
-[app]
2
-slug = "eofapps"
3
-
4
-[env]
5
-# Add environment variables here that are needed while running the app in the cloud
6
7
-# For example for sqlx you probably need sth like the following. Please note that you can access the
8
-# Oxyde Cloud Secret Store with the syntax `${{ secrets.SECRET_NAME }}`.
9
-# DATABASE_URL = "postgresql://${{ secrets.DATABASE_CREDENTIALS }}@<host>:<port>/<database>"
+[hooks]
+pre_build = "sqlx migrate run"
+post_build = ""
+pre_startup = ""
0 commit comments