Skip to content

Update action-deploy-theme to use sredevopsdev #6

Update action-deploy-theme to use sredevopsdev

Update action-deploy-theme to use sredevopsdev #6

Workflow file for this run

# Learn more → https://github.com/TryGhost/action-deploy-theme#getting-started
name: Deploy Theme
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
# checks for runners with label runner-k3s, if active use it, failover to ubuntu:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repository
- name: Deploy Ghost Theme to website
uses: sredevopsdev/action-deploy-theme@main
continue-on-error: true
with:
api-url: ${{ secrets.SREDEVOPS_API_URL }}
api-key: ${{ secrets.SREDEVOPS_ADMIN_API_KEY }}