Update github action deploy

This commit is contained in:
ViViDboarder 2021-04-07 10:00:54 -07:00
parent 4f8ad3f804
commit 01192b7030
1 changed files with 5 additions and 3 deletions

View File

@ -1,14 +1,16 @@
---
name: Deploy Theme
on:
push:
branches:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: TryGhost/action-deploy-theme@v1.2.1
- uses: TryGhost/action-deploy-theme@v1.4.0
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}