Migrating CICD scripts to Veilid repo

Copied CICD scripts into the repository so that the community can make
contributions to the build system. Wrote a brief description of the
build and distribute process. Modified the CICD config to use the repo
hosted scripts. [ci skip]
This commit is contained in:
TC Johnson 2024-04-21 13:37:45 -05:00
parent feeafe290a
commit 06f344ebb4
No known key found for this signature in database
7 changed files with 241 additions and 11 deletions

View file

@ -0,0 +1,13 @@
#!/bin/bash
cd ~
rm -rf /srv/*
rm -rf ~/srv
tar -xf repo.tar
cp -R ~/srv/* /srv
#chown -R www-data:www-data /srv