Skip to content

Commit

Permalink
Merge pull request #342 from Invizo/develop
Browse files Browse the repository at this point in the history
auto deploy plugin to org
  • Loading branch information
code-with-mehedi authored Nov 30, 2023
2 parents d519f7a + dfbee39 commit ae8adda
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/.wordpress-org
/.git
/.github
/node_modules

.distignore
.gitignore
package.json
package-lock.json
lerna.json
lerna-debug.log
composer.json
composer.lock
archiver.js
23 changes: 23 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy to WordPress.org
on:
push:
tags:
- '*'
branches:
- master
jobs:
deploy-plugin:
name: Deploy Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: storegrowth-sales-booster
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== StoreGrowth - Sales Booster For WooCommerce | Live Sales Notifications, Upsell Bump, Quick Cart, Direct Checkout, Stock Countdown and more ===
Contributors: mehedi_csit
Contributors: mehedi_csit, invizo
Tags: booster, sales booster, for woocommerce, fly cart, sales notification, upsell, order bump, cross sell, stock countdown
Requires at least: 5.4
Tested up to: 6.4.1
Expand Down

0 comments on commit ae8adda

Please sign in to comment.