From 0d32518b1903805395ec655276dda1b4d8e1360b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 25 Jun 2022 08:48:33 +0100 Subject: [PATCH] change main branch to main --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5dff659..8a1eeb6 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 master` ]; then nix-shell --pure --keep NETLIFY_TOKEN --run 'netlify-deployer master 7a0944f0-cfd0-424b-8252-ca44fc950350 public'; fi + 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 - package: | tar -C blog/public -cv . > site.tar gzip --best site.tar