diff options
| author | 2026-04-29 16:53:03 +0200 | |
|---|---|---|
| committer | 2026-04-29 16:53:03 +0200 | |
| commit | 2b3fbe314eddc6fbb334130165616e9918f97d19 (patch) | |
| tree | 7b94833bac612e4678e594ab2595fbef9ed8fb9d /publish.sh | |
| parent | 6be736d0fc667658f6130d1c3765ed01c42b3e5d (diff) | |
test
Diffstat (limited to 'publish.sh')
| -rwxr-xr-x | publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ cd /tmp git clone --branch pages "$base" "$temp" cd "$temp" git rm -r "*" || : -cp -ar "$base"/public/* "$base"/.domains . +cp -ar "$base"/public/* "$base"/public/.* "$base"/.domains . git add --all git commit -m "Publish $hash" || : git remote add cb 'ssh://git@codeberg.org/lsof/pages.git' |