Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/ole1986/wp-ispconfig3
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Mar 25, 2020
2 parents b2b3648 + f8b79d4 commit ab418a5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/assets
/.git
/.github

.distignore
.gitignore
17 changes: 17 additions & 0 deletions .github/workflows/wordpress-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:
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: wp-ispconfig3
ASSETS_DIR: assets

0 comments on commit ab418a5

Please sign in to comment.