Skip to content

/ja向けの画像を差し替え、/en向けの画像を用意、切り替える (#281) #88

/ja向けの画像を差し替え、/en向けの画像を用意、切り替える (#281)

/ja向けの画像を差し替え、/en向けの画像を用意、切り替える (#281) #88

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- deploy-on-cloudflare
env:
FLY_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --access-token "$FLY_TOKEN"