Skip to content

Commit

Permalink
Create deploy.yml (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs authored Nov 4, 2022
1 parent da2ef36 commit ed42299
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy to WordPress.org
on:
release:
types: [published]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: nk-o/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SOURCE_DIR: friendly-captcha/
SLUG: friendly-captcha

0 comments on commit ed42299

Please sign in to comment.