diff --git a/.build.yml b/.build.yml index 8a1eeb6..ea59d1c 100644 --- a/.build.yml +++ b/.build.yml @@ -25,7 +25,7 @@ tasks: set +xv cd blog export NETLIFY_TOKEN=`cat ~/.netlify_token` - if [ `git branch --contains HEAD | grep -i main` ]; then nix-shell --pure --keep NETLIFY_TOKEN --run 'netlify-deployer main 7a0944f0-cfd0-424b-8252-ca44fc950350 public'; fi + nix-shell --pure --keep NETLIFY_TOKEN --run 'netlify-deployer main 7a0944f0-cfd0-424b-8252-ca44fc950350 public' - package: | tar -C blog/public -cv . > site.tar gzip --best site.tar