veilid/scripts/cicd/repo-server/deploy-repo.sh
TC Johnson 06f344ebb4
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]
2024-04-21 13:37:45 -05:00

13 lines
118 B
Bash

#!/bin/bash
cd ~
rm -rf /srv/*
rm -rf ~/srv
tar -xf repo.tar
cp -R ~/srv/* /srv
#chown -R www-data:www-data /srv