Skip to content

Commit

Permalink
🎺🪓 ↝ [SGV2-22]: Github action/pipeline for theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Apr 24, 2024
1 parent 1bdaf4a commit 81fe587
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ghost-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"active-version": "5.82.3",
"cli-version": "1.26.0",
"channel": "stable",
"name": "ghost-local"
"name": "ghost-local",
"running": "development"
}
1 change: 1 addition & 0 deletions .ghostpid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
45154
16 changes: 16 additions & 0 deletions .github/workflows/deploy-theme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy Theme
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
Binary file modified content/data/ghost-local.db
Binary file not shown.
Loading

0 comments on commit 81fe587

Please sign in to comment.