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
console.log(' Moving Dockerfile and .dockerignore back to other/')
209
208
awaitfs.rename(
@@ -231,7 +230,7 @@ async function setupDeployment({ rootDirectory }) {
231
230
console.log(
232
231
`Opening repo.new. Please create a new repo and paste the URL below.`,
233
232
)
234
-
await$I`openhttps://repo.new`
233
+
awaitopen(`https://repo.new`)
235
234
236
235
const{ repoURL }=awaitinquirer.prompt([
237
236
{
@@ -250,8 +249,8 @@ async function setupDeployment({ rootDirectory }) {
250
249
console.log(
251
250
`Opening Fly Tokens Dashboard and GitHub Action Secrets pages. Please create a new token on Fly and set it as the value for a new secret called FLY_API_TOKEN on GitHub.`,
0 commit comments