~jhagborg/qco.solutions

5b8e0ed4b6a53cf990ee1eadb129090cce39979e — Jade Hagborg 9 months ago 2c21255
Update build script to deploy only on master
1 files changed, 4 insertions(+), 4 deletions(-)

M .build.yml
M .build.yml => .build.yml +4 -4
@@ 6,8 6,8 @@ environment:
  site: quasicoherent.solutions
tasks:
- build: |
    cd qco.solutions
    nix-build
    nix-build qco.solutions
- upload: |
    cd qco.solutions
    hut pages publish -d $site result/share/site.tar.gz
    if [ "$GIT_REF" = refs/heads/master ]; then
      hut pages publish -d $site result/share/site.tar.gz
    fi