Skip to content

Update ghcr.io/tailscale/tailscale Docker tag to v1.48.1 #86

Update ghcr.io/tailscale/tailscale Docker tag to v1.48.1

Update ghcr.io/tailscale/tailscale Docker tag to v1.48.1 #86

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@dfdfedc86b296f5e5384f755a18bf400409a15d0 # 1.3
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}