mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Added deploy ghost theme github action
- see https://github.com/marketplace/actions/deploy-ghost-theme - use the new deploy theme github action to automatically deploy master to a test site
This commit is contained in:
parent
215d837848
commit
7161dca4ca
11
.github/workflows/deploy-theme.yml
vendored
Normal file
11
.github/workflows/deploy-theme.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Deploy Theme
|
||||
on: [push]
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: TryGhost/action-deploy-theme@v1.0.0
|
||||
with:
|
||||
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
||||
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|
Loading…
Reference in New Issue
Block a user