Skip to content

Register project meta fields for REST API access #5

Register project meta fields for REST API access

Register project meta fields for REST API access #5

Workflow file for this run

name: Deploy Theme
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy via rsync
uses: burnett01/rsync-deployments@6.0.0
with:
switches: -avz --delete --exclude='.git' --exclude='.github' --exclude='node_modules'
path: ./
remote_path: ${{ secrets.CLOUDWAYS_PATH }}
remote_host: ${{ secrets.CLOUDWAYS_HOST }}
remote_user: ${{ secrets.CLOUDWAYS_USER }}
remote_key: ${{ secrets.CLOUDWAYS_SSH_KEY }}