Skip to content

add FF14CrystalNews func #57

add FF14CrystalNews func

add FF14CrystalNews func #57

Workflow file for this run

name: Build and Deploy Docker

Check failure on line 1 in .github/workflows/docker-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-build.yml

Invalid workflow file

(Line: 14, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: |
docker build -t phantoms-backend .
- name: Deploy to Render
# 这里可以使用 Render 的 webhook 或 API 触发重新部署