From 971337d54fc59f844d67e8882fc3435321c36bd3 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Tue, 24 Oct 2023 23:47:55 +0200 Subject: Minor update Resizing images Adding Egosoft to experience Changing site credits to add open sourcerers Removing AWS specific appspec file and scripts --- upload.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 upload.sh (limited to 'upload.sh') 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 <