mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -06:00
06f344ebb4
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]
13 lines
118 B
Bash
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 |