mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
15 lines
354 B
YAML
15 lines
354 B
YAML
|
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 }}
|