mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-06 16:58:40 +00:00
Initial commit of new flow
This commit is contained in:
10
docker/load/build.sh
Executable file
10
docker/load/build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f /sentinels/load.txt
|
||||
|
||||
rm -rf -- /output/*
|
||||
cp -Rf /git/. /output || exit 1
|
||||
|
||||
chmod -R a+rw /output || exit 1
|
||||
|
||||
touch /sentinels/load.txt
|
Reference in New Issue
Block a user