introduce GitHub actions for automated plugin/asset deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-20 10:57:10 +01:00
parent 7baff2f5ff
commit b245b79bc2
3 changed files with 60 additions and 0 deletions

18
.distignore Normal file
View File

@ -0,0 +1,18 @@
/.git
/.github
/assets
/node_modules
/vendor
/.distignore
/.drone.yml
/.gitattributes
/.gitignore
/.travis.yml
/composer.json
/composer.lock
/CONTRIBUTING.md
/package.json
/package-lock.json
/phpcs.xml
/phpunit.xml
/RoboFile.php