aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2024-04-25 22:34:48 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2024-04-25 22:35:54 +0200
commit6eb1360f4a8362fd32db156b60281c99aae2c7c1 (patch)
tree9e42309f6a3868c6624b04614656b69a36f0e6f3 /.build.yml
parent61d3d2541cf6b81ecb046b267a00cceaebc85b6f (diff)
downloadgabrielgio.me-6eb1360f4a8362fd32db156b60281c99aae2c7c1.tar.gz
gabrielgio.me-6eb1360f4a8362fd32db156b60281c99aae2c7c1.tar.bz2
gabrielgio.me-6eb1360f4a8362fd32db156b60281c99aae2c7c1.zip
ref: Update linksmaster
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml24
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/