Skip to content

A github action (composite) to perform deploys to Fly

Notifications You must be signed in to change notification settings

withbelay/fly-deploy-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

on: [push]

jobs:
  hello_world_job:
    runs-on: ubuntu-latest
    name: A job to say hello
    steps:
      - uses: actions/checkout@v3
      - id: deploy-mktproxy
        uses: withbelay/fly-deploy-action@v1
        with:
          env: staging
          app: mktproxy
      - id: deploy-belay-api
        uses: withbelay/fly-deploy-action@v1
        with:
          env: staging
          app: api
          deploy_args: "--build-arg RELEASE_NAME=belay_staging"

About

A github action (composite) to perform deploys to Fly

Resources

Stars

Watchers

Forks

Packages

No packages published