Add publish script

This commit is contained in:
Oliver Davies 2025-02-23 01:29:58 +00:00
parent e42263645f
commit 3db18bb789

View file

@ -35,4 +35,13 @@
tasks = { };
enterTest = '''';
scripts = {
publish.exec = ''
sculpin generate --env prod
rsync -avz static/ output_prod
rsync -avz output_prod/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk
'';
};
}