Skip to content

fix: Propagate CGO_ENABLED environment variable to docker build (#724) #103

fix: Propagate CGO_ENABLED environment variable to docker build (#724)

fix: Propagate CGO_ENABLED environment variable to docker build (#724) #103

Workflow file for this run

name: demo deploy
on:
push:
branches:
- master
env:
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}
jobs:
deploy:
name: Deploy to Fly
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only