-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from omnisend/github-actions
add github actions
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @omnisend/integrations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Release plugin | ||
|
||
on: [workflow_dispatch] | ||
|
||
jobs: | ||
svn: | ||
name: Release new tag | ||
runs-on: [self-hosted, development] | ||
steps: | ||
- name: Install SVN | ||
run: apt-get update && apt-get install -y subversion | ||
- uses: actions/checkout@master | ||
- name: WordPress Plugin Deploy | ||
uses: omnisend/[email protected] | ||
env: | ||
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | ||
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | ||
SLUG: omnisend-for-ninja-forms-add-on | ||
BUILD_DIR: omnisend-for-ninja-forms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Omnisend Add-on for Ninja Forms WordPress plugin | ||
|
||
Link to plugin in Wordpress app store: [link](https://wordpress.org/plugins/omnisend-for-ninja-forms-add-on/). |