Skip to content

Commit

Permalink
Merge pull request #4 from omnisend/github-actions
Browse files Browse the repository at this point in the history
add github actions
  • Loading branch information
Gabiermi authored Jan 12, 2024
2 parents 4da4613 + 428f3e2 commit 0703131
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @omnisend/integrations
19 changes: 19 additions & 0 deletions .github/workflows/release-plugin.yml
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
2 changes: 2 additions & 0 deletions README.md
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/).

0 comments on commit 0703131

Please sign in to comment.