You can deploy a one-off machine and assign the IP to that one. This machine won’t be updated as part of a bluegreen deploy. You can update it manually with fly machine update
if needed!
fly machine run -a your-app your-image
.
- Daniel
You can deploy a one-off machine and assign the IP to that one. This machine won’t be updated as part of a bluegreen deploy. You can update it manually with fly machine update
if needed!
fly machine run -a your-app your-image
.