2020-09-28 05:17:49 +03:00
|
|
|
name: Deploy Theme
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2021-08-05 09:46:40 +03:00
|
|
|
- main
|
2020-09-28 05:17:49 +03:00
|
|
|
jobs:
|
|
|
|
deploy:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
steps:
|
2022-03-02 00:50:36 +02:00
|
|
|
- uses: actions/checkout@v3
|
2020-09-28 05:17:49 +03:00
|
|
|
- name: Deploy Ghost Theme
|
2022-03-08 18:23:03 +02:00
|
|
|
uses: TryGhost/action-deploy-theme@v1.5.0
|
2020-09-28 05:17:49 +03:00
|
|
|
with:
|
|
|
|
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
|
2020-09-28 09:49:39 +03:00
|
|
|
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
|