Remove Sculpin files

This commit is contained in:
Oliver Davies 2025-05-02 00:10:42 +01:00
parent 1156226e8a
commit c7cd62fce9
1390 changed files with 0 additions and 88117 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
vendor/bin/sculpin generate --env prod
rsync -uvrP static/ output_prod "$@"
rsync -uvrP output_prod/ nixedo.oliverdavies.uk:/var/www/vhosts/website-sculpin "$@"