aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-12-25 19:41:13 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-12-25 19:43:46 +0100
commit6f158c70803c3486f263f67619166c697832df72 (patch)
tree863318611e138a1ae0e25d94411e834ea801112c /.build.yml
parent74aa2ec7fcd8881b442dce1e6cd24e53ee1c2919 (diff)
downloadjnfilter-6f158c70803c3486f263f67619166c697832df72.tar.gz
jnfilter-6f158c70803c3486f263f67619166c697832df72.tar.bz2
jnfilter-6f158c70803c3486f263f67619166c697832df72.zip
feat: Move archive folder
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 97304f1..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-image: fedora/36
-packages:
- - rsync
- - make
- - pandoc
-
-secrets:
- - 008c4f67-b864-47f8-9790-cd32f2ae8516
-
-environment:
- deploy: builds@gabrielgio.me
- target: artifacts.gabrielgio.me/jnfilter
-
-tasks:
- - deps: |
- cd jnfilter
- sudo make install_deps
- - build: |
- cd jnfilter
- make
- - readme: |
- cd jnfilter
- make docs
- - deploy: |
- cd jnfilter
- sshopts="ssh -o StrictHostKeyChecking=no"
- rsync --rsh="$sshopts" -rP dist/*.rpm index.html $deploy:/var/www/$target
-
-