blueprints.git

commit b7ca1ae5c024ca91f744605c422eb53ad0feb763

Author: Adam <git@apiote.xyz>

fix asgard

 asgard/build.sh | 2 +-


diff --git a/asgard/build.sh b/asgard/build.sh
index bb7091c6ae7aea6435282511fe86304ed2c8f8cc..aeb6317a0865959ba4cffc73e314c0134c6c21c7 100755
--- a/asgard/build.sh
+++ b/asgard/build.sh
@@ -11,7 +11,7 @@ tar cf asgard.txz templates/ asgard
 commit=$(git show --pretty=oneline --abbrev-commit --name-only | head -n1 | cut -d ' ' -f 1)
 timestamp=$(date '+%Y%m%dT%H%M')
 scp asgard.txz deploy@host.containers.internal:toys/asgard/${item}/asgard_${timestamp}_${commit}.txz
-ssh deploy@host.containers.internal "cp ~/toys/website/${item}/asgard_${timestamp}_${commit}.txz /tmp/asgard.txz"
+ssh deploy@host.containers.internal "cp ~/toys/asgard/${item}/asgard_${timestamp}_${commit}.txz /tmp/asgard.txz"
 ssh deploy@host.containers.internal "chmod a+rwX /tmp/asgard.txz"
 ssh deploy@host.containers.internal "doas -u www cp /tmp/asgard.txz /var/www/asgard"
 ssh deploy@host.containers.internal "rm /tmp/asgard.txz"