apenastexto.eletrotupi.com

commit ad8bddab693a9b3b05d6d97b5236bd7445e57447

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

Add deploy manifest

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


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