Skip to content

Deploy to WordPress.org #40

Deploy to WordPress.org

Deploy to WordPress.org #40

Workflow file for this run

name: Deploy to WordPress.org
on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
tools: composer
- name: Execute script to deploy on WordPress.org
run: ${{ github.workspace }}/.github/workflows/deploy-wp.sh
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}