File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,10 @@ async function setupDeployment({ rootDirectory }) {
218218 console . log ( `🗄️ Setting up Tigris object storage` )
219219 const $S = $ ( { stdio : [ 'inherit' , 'ignore' , 'inherit' ] , cwd : rootDirectory } )
220220 if ( shouldSetupStaging ) {
221- await $S `fly storage create --yes --app ${ APP_NAME } -staging`
221+ await $S `fly storage create --yes --app ${ APP_NAME } -staging --name ${ APP_NAME } -staging-epic-stack `
222222 console . log ( ` ✅ Created storage for staging` )
223223 }
224- await $S `fly storage create --yes --app ${ APP_NAME } `
224+ await $S `fly storage create --yes --app ${ APP_NAME } --name ${ APP_NAME } -epic-stack `
225225 console . log ( ` ✅ Created storage for production` )
226226
227227 const { shouldDeploy } = await inquirer . prompt ( [
You can’t perform that action at this time.
0 commit comments