Skip to content

Commit

Permalink
Added github action for WordPress deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
navidabdi committed Aug 2, 2023
1 parent 6b68918 commit 73f3387
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: lock-bad-user

0 comments on commit 73f3387

Please sign in to comment.