forked from yevi.org/Ghost_Ruby_Theme
Add deploy theme action
This commit is contained in:
parent
9b5ffd5e59
commit
7f0134821f
15
.github/workflows/deploy-theme.yml
vendored
Normal file
15
.github/workflows/deploy-theme.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user