Skip to content

Commit

Permalink
converted main.workflow to Actions V2 yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
thrijith committed Dec 20, 2019
1 parent 68f4190 commit 27c0453
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/main.workflow

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy
on:
push:
tags:
- "*"
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: WordPress Plugin Deploy
uses: rtCamp/action-wordpress-org-plugin-deploy@master
env:
EXCLUDE_LIST: .gitattributes .gitignore .travis.yml README.md deploy.sh readme.sh
tests map.conf nginx.log wercker.yml vendor
SLUG: nginx-helper
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}

0 comments on commit 27c0453

Please sign in to comment.