Skip to content

add real logging

add real logging #8

Workflow file for this run

name: Automatic Deploy (Server)
on:
workflow_dispatch:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Automatic Deploy (Server)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only