Skip to content

Automatic Deploy (Server) #55

Automatic Deploy (Server)

Automatic Deploy (Server) #55

Workflow file for this run

name: Automatic Deploy (Server)
on:
workflow_dispatch:
push:
tags:
- 'v*'
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