Skip to content

chore: setup github action #2

chore: setup github action

chore: setup github action #2

Workflow file for this run

name: Deploy Plugin to Wordpress
on:
push:
tags:
- "*"
jobs:
deploy:
name: Deploy Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: order-arena