Ghost_Ruby_Theme/.github/workflows/deploy-theme.yml

16 lines
355 B
YAML
Raw Normal View History

2020-09-28 05:17:49 +03:00
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 }}