https://github.com/sourcebroker/deployer-extended-assets
Deployer tasks that allows to build and deploy frontend assets from local level.
https://github.com/sourcebroker/deployer-extended-assets
sb-dea
Last synced: 4 months ago
JSON representation
Deployer tasks that allows to build and deploy frontend assets from local level.
- Host: GitHub
- URL: https://github.com/sourcebroker/deployer-extended-assets
- Owner: sourcebroker
- License: mit
- Created: 2022-08-14T19:53:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T15:59:48.000Z (over 1 year ago)
- Last Synced: 2025-11-27T16:32:16.971Z (6 months ago)
- Topics: sb-dea
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
deployer-extended-assets
========================
.. image:: http://img.shields.io/packagist/v/sourcebroker/deployer-extended-assets.svg?style=flat
:target: https://packagist.org/packages/sourcebroker/deployer-extended-assets
.. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
:target: https://packagist.org/packages/sourcebroker/deployer-extended-assets
.. contents:: :local:
What does it do?
----------------
Add tasks that allows to build and deploy frontend assets from local level.
The flow first checks if the git repo is clean and all changes pushed. If yes that means that we are in state that
is secure to make build and upload changes to git.
It is strongly advisable to run build in predictable env inside docker (an extremely good local docker env is https://ddev.com/)
Look inside ``./deployer/assets/config/set.php`` to check avaliable options.
Changelog
---------
See https://github.com/sourcebroker/deployer-extended-assets/blob/master/CHANGELOG.rst