Scanning source code
Detected an Astro app
Creating app in [redacted]/my-astro-app
We're about to launch your NodeJS app on Fly.io. Here's what you're getting:
Organization: Your Name (fly launch defaults to the personal org)
Name: my-astro-app (derived from your directory name)
Region: Seattle, Washington (US) (this is the fastest region for you)
App Machines: shared-cpu-1x, 1GB RAM (most apps need about 1GB of RAM)
Postgres: <none> (not requested)
Redis: <none> (not requested)
? Do you want to tweak these settings before proceeding? (y/N) No
Created app 'my-astro-app' in organization 'personal'
Admin URL: https://fly.io/apps/my-astro-app
Hostname: my-astro-app.fly.dev
installing: npm install @flydotio/dockerfile@latest --save-dev
...
found 0 vulnerabilities
create Dockerfile
Wrote config file fly.toml
Validating [redacted]/my-astro-app/fly.toml
Platform: machines
✓ Configuration is valid
==> Building image
...
--> Building image done
==> Pushing image to fly
...
--> Pushing image done
...
Watch your deployment at https://fly.io/apps/my-astro-app/monitoring
Provisioning ips for my-astro-app
Dedicated ipv6: 2a09:6739:1::30:xxxx:0
Shared ipv4: 66.241.124.xxx
Add a dedicated ipv4 with: fly ips allocate-v4
This deployment will:
* create 2 "app" machines
No machines in group app, launching a new machine
Creating a second machine to increase service availability
Finished launching new machines
-------
NOTE: The machines for [app] have services with 'auto_stop_machines = true' that will be stopped when idling
-------
Checking DNS configuration for my-astro-app.fly.dev
Visit your newly deployed app at https://my-astro-app.fly.dev/