You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: remix.init/index.mjs
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -189,20 +189,18 @@ async function setupDeployment({ rootDirectory }) {
189
189
await$I`fly secrets set SESSION_SECRET=${getRandomString32()} INTERNAL_COMMAND_TOKEN=${getRandomString32()} HONEYPOT_SECRET=${getRandomString32()} ALLOW_INDEXING=false --app ${APP_NAME}-staging`
190
190
await$I`fly secrets set SESSION_SECRET=${getRandomString32()} INTERNAL_COMMAND_TOKEN=${getRandomString32()} HONEYPOT_SECRET=${getRandomString32()} --app ${APP_NAME}`
191
191
192
-
console.log(
193
-
`🔊 Creating volumes. Answer "yes" when it warns you about downtime. You can add more volumes later (when you actually start getting paying customers �).`,
194
-
)
195
-
await$I`fly volumes create data --region ${primaryRegion} --size 1 --app ${APP_NAME}-staging`
196
-
await$I`fly volumes create data --region ${primaryRegion} --size 1 --app ${APP_NAME}`
0 commit comments