Back to a regular flake
This commit is contained in:
parent
cc8cdbcf96
commit
84cc801e70
8 changed files with 65 additions and 174 deletions
9
tools/scripts/publish
Executable file
9
tools/scripts/publish
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/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/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk "$@"
|
Loading…
Add table
Add a link
Reference in a new issue