blog_theme/.github/workflows/deploy-theme.yml
2020-09-28 10:17:49 +08:00

15 lines
354 B
YAML

name: Deploy Theme
on:
push:
branches:
- migration
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1.4.1
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}