mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-03 23:24:49 -04:00
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:
parent
feeafe290a
commit
06f344ebb4
7 changed files with 241 additions and 11 deletions
13
scripts/cicd/repo-server/deploy-repo.sh
Normal file
13
scripts/cicd/repo-server/deploy-repo.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue