Skip to content

minor update, mainly to re-deploy on fly.io #46

minor update, mainly to re-deploy on fly.io

minor update, mainly to re-deploy on fly.io #46

Workflow file for this run

name: arc42 site usage statistics
on:
push:
branches:
- main
defaults:
run:
working-directory: ./go-app
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
GITHUB_API_KEY: ${{ secrets.GRAPHQL_API_TOKEN }}