Open moonbrew opened 8 months ago
Apparently can only make html readable. CSS and JS not sure how to un-minify. Maybe be related to astro-compress
package but unable to install that. Also these files have random suffixes, which I don't know how to disbale, making doing a diff harder.
Should I manually rename the files? Have to update references.
My client want to be able to make edits directly on the one.com site.
Currently deployment is done using
rsync
from the modified premade action. This works only one way: downstream. There is no pulling of changes or existing stuff upstream. Any changes would get lost on every deploy. Currently I have a manual backup of existing site at moonbrew/church-website-backup.Need to:
Possible solutions