diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2024-04-25 22:34:48 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2024-04-25 22:35:54 +0200 |
commit | 6eb1360f4a8362fd32db156b60281c99aae2c7c1 (patch) | |
tree | 9e42309f6a3868c6624b04614656b69a36f0e6f3 /.build.yml | |
parent | 61d3d2541cf6b81ecb046b267a00cceaebc85b6f (diff) | |
download | gabrielgio.me-master.tar.gz gabrielgio.me-master.tar.bz2 gabrielgio.me-master.zip |
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index fbf6226..0000000 --- a/.build.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: alpine/latest -packages: - - rsync - - hugo - - openring - -sources: - - https://git.sr.ht/~gabrielgio/gabrielgio.me - -secrets: - - 008c4f67-b864-47f8-9790-cd32f2ae8516 - - d8a9e8ed-cdb0-4e0e-9238-361acbe8611f - -environment: - deploy: builds@gabrielgio.me - -tasks: - - build: | - cd gabrielgio.me - make - - deploy: | - cd gabrielgio.me - sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP public/* $deploy:/var/www/gabrielgio.me/ |