hooniegit / fly.io-fastapi-demo

0 stars 0 forks source link

Deploy Process

Need To Do

  1. Local or Server \ : install flyctl and login - to create toml file

    $ brew install flyctl
    $ flyctl auth login
  2. Jenkins(Docker or Server) \ : install flyctl and login - to deploy

    # skip if already installed
    $ apt-get install flyctl
    $ flyctl auth login

Process

  1. Local or Server \ : launch

    # Prepare Dockerfile for better status
    $ fly launch
  2. Jenkins(Docker or Server) \ : deploy

    스크린샷 2023-08-08 오후 2 26 12 스크린샷 2023-08-08 오후 2 25 50