2019-10-18 13:19:01 +00:00
|
|
|
name: Deploy Theme
|
2019-10-18 16:14:36 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
2019-10-18 13:19:01 +00:00
|
|
|
jobs:
|
|
|
|
deploy:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@master
|
2020-04-03 07:39:02 +00:00
|
|
|
- uses: TryGhost/action-deploy-theme@v1.2.1
|
2019-10-18 13:19:01 +00:00
|
|
|
with:
|
|
|
|
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
|
|
|
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|
2020-04-03 08:53:48 +00:00
|
|
|
theme-name: "casper-master"
|