Skip to content

Commit 16f5717

Browse files
committed
Add deployment
1 parent 84fed94 commit 16f5717

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Directories
2+
/.wordpress-org export-ignore
3+
/.github export-ignore
4+
5+
# Files
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Deploy to WordPress.org
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
- "!*-*"
7+
jobs:
8+
tag:
9+
name: New tag
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@master
13+
- name: WordPress Plugin Deploy
14+
uses: 10up/action-wordpress-plugin-deploy@master
15+
env:
16+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
17+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

.wordpress-org/banner-1544x500.png

91 KB
Loading

.wordpress-org/banner-772x250.png

41.3 KB
Loading

.wordpress-org/icon-128x128.png

8.94 KB
Loading

.wordpress-org/icon-256x256.png

20.8 KB
Loading

.wordpress-org/screenshot-1.png

45.2 KB
Loading

.wordpress-org/screenshot-2.png

27.1 KB
Loading

0 commit comments

Comments
 (0)