1 files changed, 18 insertions(+), 0 deletions(-)
A .build.yml
A .build.yml => .build.yml +18 -0
@@ 0,0 1,18 @@
+image: alpine/edge
+packages:
+ - curl
+secrets:
+ - b281abe1-aa13-4d4d-aa44-7caae701052e
+ - 3c2b6496-0a6a-4741-9d7c-75565fe679b2
+sources:
+ - git@git.sr.ht:~siegfriedehret/nyrst.tools
+tasks:
+ - install: |
+ mkdir ~/fly
+ curl -L "https://fly.io/install.sh" | FLYCTL_INSTALL=~/fly sh
+ - deploy: |
+ set +x
+ . ~/.buildsecrets
+ set -x
+ cd nyrst.tools
+ ~/fly/bin/flyctl deploy<
\ No newline at end of file