softwarelivrenoestado.com.br

commit 0630cb55ef88f5a33759dbf65fd67a0b9203602d

Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>

Add builds manifest

 .build.yml | 14 ++++++++++++++


diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000000000000000000000000000000000000..00c5c199d863a79c2ce604b1d105b7d2e27fa9f5
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,14 @@
+image: alpine/edge
+packages:
+  - rsync
+  - pandoc
+sources:
+  - https://git.sr.ht/~porcellis/softwarelivrenoestado.com.br
+environment:
+  deploy: deployer@porcellis.com
+secrets:
+  - eb365c2d-acc8-4f9b-977a-720bac44419c
+tasks:
+  - deploy: |
+      cd softwarelivrenoestado.com.br
+      make && rsync --rsh="ssh -o StrictHostKeyChecking=no" index.html style.css -rP $deploy:/var/www/softwarelivrenoestado.com.br