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"
-
Notifications
You must be signed in to change notification settings - Fork 0
withbelay/fly-deploy-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A github action (composite) to perform deploys to Fly
Resources
Stars
Watchers
Forks
Packages 0
No packages published