Skip to content

Commit e3b65a9

Browse files
committed
added hooks to config
1 parent b060e2f commit e3b65a9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

oxyde-cloud.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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>"
1+
[hooks]
2+
pre_build = "sqlx migrate run"
3+
post_build = ""
4+
pre_startup = ""

0 commit comments

Comments
 (0)