minor update, mainly to re-deploy on fly.io #46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |