~gabrielgio/gabrielgio.me

a1df6513ecf317d937f7b5d76f73e2f4e3edd542 — Gabriel Arakaki Giovanini 1 year, 2 months ago c037259
chore: Remove unnecessary step

Since `openring` is now present on 3.18 repo I can remove its
installation stop.
1 files changed, 1 insertions(+), 9 deletions(-)

M .build.yml
M .build.yml => .build.yml +1 -9
@@ 1,13 1,11 @@
image: alpine/latest
packages:
  - rsync
  - go
  - hugo
  - make
  - openring

sources:
  - https://git.sr.ht/~gabrielgio/gabrielgio.me
  - https://git.sr.ht/~sircmpwn/openring

secrets:
  - 008c4f67-b864-47f8-9790-cd32f2ae8516


@@ 17,10 15,6 @@ environment:
  deploy: builds@gabrielgio.me

tasks:
  - openring: |
      cd openring
      go build -o openring
      sudo cp openring /usr/local/bin/
  - build: |
      cd gabrielgio.me
      make


@@ 28,5 22,3 @@ tasks:
      cd gabrielgio.me
      sshopts="ssh -o StrictHostKeyChecking=no"
      rsync --rsh="$sshopts" -rP public/* $deploy:/var/www/gabrielgio.me/