diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-24 23:47:55 +0200 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-24 23:47:55 +0200 |
| commit | 971337d54fc59f844d67e8882fc3435321c36bd3 (patch) | |
| tree | 019b849b4395e6f13f76106c52403b904c5214b2 /upload.sh | |
| parent | 653edf359d5072039f5d523421ab006521870e5f (diff) | |
Minor update
Resizing images
Adding Egosoft to experience
Changing site credits to add open sourcerers
Removing AWS specific appspec file and scripts
Diffstat (limited to 'upload.sh')
| -rwxr-xr-x | upload.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..23f25b8 --- /dev/null +++ b/upload.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +URL=$(basename $(dirname $(readlink -f ${BASH_SOURCE[0]}))) + +pushd output +sftp webhost:${URL}/html <<EOF +put *.html +put -r posts +put -r static +put -r cv +EOF +popd |
