bring back scripts/
nix insists on mtime of 1970.
This commit is contained in:
6
scripts/build-and-upload
Executable file
6
scripts/build-and-upload
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xeuo pipefail
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
scripts/build
|
||||
scripts/upload
|
||||
5
scripts/upload
Executable file
5
scripts/upload
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xeuo pipefail
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
rsync --info=progress2 -a --partial --delete public/ jakstys.lt:/var/www/jakstys.lt/
|
||||
Reference in New Issue
Block a user