Skip to content

Commit

Permalink
Add Github Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jan 12, 2021
1 parent 6c4e4a2 commit 8bb180e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: lochmueller
custom: ['https://paypal.me/lochmueller']
16 changes: 16 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: the-coding-owl/action-typo3-extension-repository-upload@0.0.1
env:
SECRET_USERNAME: ${{ secrets.USERNAME }}
SECRET_PASSWORD: ${{ secrets.PASSWORD }}
EXTENSION_KEY: 'calendarize_news'
UPLOAD_MESSAGE: 'Next release :) More information on https://github.com/lochmueller/calendarize_news/releases'

0 comments on commit 8bb180e

Please sign in to comment.