Writing to /tmp first
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-01 01:35:21 -04:00
parent d14238bc8d
commit b17e1af589

View File

@@ -70,6 +70,7 @@ volumes:
fileContent: |
#!/usr/bin/env sh
# Getting and building Hugo site source
cd /tmp/
git clone https://git.sadmin.pro/DaJeffers/halloween.dajeffers.com.git &&
cd halloween.dajeffers.com && hugo &&