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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,8 @@ async function setupDeployment({ rootDirectory }) {
159
159
await$I`fly apps create ${APP_NAME}`
160
160
161
161
console.log(`🤫 Setting secrets in apps`)
162
-
await$I`fly secrets set SESSION_SECRET=${getRandomString32()}ENCRYPTION_SECRET=${getRandomString32()}INTERNAL_COMMAND_TOKEN=${getRandomString32()} --app ${APP_NAME}-staging`
163
-
await$I`fly secrets set SESSION_SECRET=${getRandomString32()}ENCRYPTION_SECRET=${getRandomString32()}INTERNAL_COMMAND_TOKEN=${getRandomString32()} --app ${APP_NAME}`
162
+
await$I`fly secrets set SESSION_SECRET=${getRandomString32()} INTERNAL_COMMAND_TOKEN=${getRandomString32()} --app ${APP_NAME}-staging`
163
+
await$I`fly secrets set SESSION_SECRET=${getRandomString32()} INTERNAL_COMMAND_TOKEN=${getRandomString32()} --app ${APP_NAME}`
164
164
165
165
console.log(
166
166
`🔊 Creating volumes. Answer "yes" when it warns you about downtime. You can add more volumes later (when you actually start getting paying customers �).`,
0 commit comments