aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: fbf62265ff8b0c3e89bbea657c4a820a745fadd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/