astro/shippy.config.ts

9 lines
221 B
TypeScript

export default {
host: {
host: "137.184.37.162",
username: "haetae",
remoteProjectPath: "/var/www/fujohost/haetae/",
remoteDbPath: "/var/www/fujohost/haetae/guestbook.db",
dbDriver: "astro:db"
}
};