Add deploy theme action

This commit is contained in:
Sodbileg Gansukh 2020-09-28 10:17:49 +08:00
parent 9b5ffd5e59
commit 7f0134821f

15
.github/workflows/deploy-theme.yml vendored Normal file
View File

@ -0,0 +1,15 @@
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 }}