From b0beccc6f2edd9fc12889bfd3d3339aceb8d7dc0 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 30 Jul 2022 18:25:41 +0200 Subject: ref: Add build to archive code Also remove automatic build. I'll submit a build once I have a new version. There is no need to do it every commit. --- .build.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml deleted file mode 100644 index f887cab..0000000 --- a/.build.yml +++ /dev/null @@ -1,32 +0,0 @@ -image: alpine/latest -packages: - - curl - - build-base - - firefox - - make - - npm - - rsync - -secrets: - - 008c4f67-b864-47f8-9790-cd32f2ae8516 - -environment: - deploy: builds@gabrielgio.me - -tasks: - - rustup: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal --quiet -y - source $HOME/.cargo/env - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - test: | - source $HOME/.cargo/env - cd genpass - make test - - deploy: | - source $HOME/.cargo/env - cd genpass - make - sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP public/* $deploy:/var/www/genpass.gabrielgio.me/ - - -- cgit v1.2.3