diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 19:28:19 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 19:30:15 -0200 |
commit | 29dec49144f60afb3132bb37b6537cbc8253d571 (patch) | |
tree | 2b8def4f2791f9edef6122132005c6a694efb201 | |
parent | WIP: Manually modify generated .build.yml. (diff) | |
download | euandre.org-29dec49144f60afb3132bb37b6537cbc8253d571.tar.gz euandre.org-29dec49144f60afb3132bb37b6537cbc8253d571.tar.xz |
Revert to file derived from template + envsubst.
-rw-r--r-- | .build.yml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,23 +1,23 @@ image: debian/stretch -secrets: -- 7159f943-811f-402d-bb6d-37cd764dc728 +packages: + - curl triggers: -- to: EuAndreh <eu@euandre.org> - action: email - condition: failure + - condition: failure + action: email + to: EuAndreh <eu@euandre.org> sources: -- https://git.sr.ht/~euandreh/website + - https://git.sr.ht/~euandreh/website +secrets: + - 7159f943-811f-402d-bb6d-37cd764dc728 tasks: - setup: | curl https://nixos.org/nix/install | sh - echo '. $HOME/.nix-profile/etc/profile.d/nix.sh' >> $HOME/.buildenv - - test: | + echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv + - tests: | cd website/ nix-build -A test - - publish: | + - docs: | cd website/ nix-build -A publishScript source env.sh ./result/bin/publish.sh -packages: -- curl |