diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-13 21:17:51 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-18 11:58:15 +0100 |
commit | b3d0af2de29711abfe6da373786d365d9a6de198 (patch) | |
tree | 6b8c59999b323e426a1b64781f0b02fc70f229df /build.yml | |
parent | ecabdfaf915887dbd91b6742d0fc1bf81cf336a0 (diff) | |
download | jnfilter-b3d0af2de29711abfe6da373786d365d9a6de198.tar.gz jnfilter-b3d0af2de29711abfe6da373786d365d9a6de198.tar.bz2 jnfilter-b3d0af2de29711abfe6da373786d365d9a6de198.zip |
feat: Rewrite to golangv0.1.3
I have found a nice lib in go to handle XML so I migrate to it.
Go is ages easier to deploy then python.
Diffstat (limited to 'build.yml')
-rw-r--r-- | build.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/build.yml b/build.yml deleted file mode 100644 index 10616d0..0000000 --- a/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -image: alpine/latest -packages: - - rsync - -sources: - - https://git.sr.ht/~gabrielgio/jnfilter - -secrets: - - 008c4f67-b864-47f8-9790-cd32f2ae8516 - -environment: - build: builds@gabrielgio.me - artifact: artifacts.gabrielgio.me/archive/jnfilter/ - version: 0.1.0 - -tasks: - - archive: | - cd jnfilter - git archive \ - -o jnfilter-$version.tar.gz \ - --prefix=jnfilter-$version/ HEAD - - deploy_archive: | - cd jnfilter - sshopts="ssh -o StrictHostKeyChecking=no" - rsync --mkpath --rsh="$sshopts" -rP *.tar.* $build:/var/www/$artifact |