mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
New autobuild process
This commit is contained in:
parent
2e436a2d9e
commit
442f377b7e
5 changed files with 50 additions and 30 deletions
9
src/tools/autobuild/update-webserver.sh
Normal file
9
src/tools/autobuild/update-webserver.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Push buildall and postpush to postpush server
|
||||
|
||||
set -x
|
||||
for f in postpush.pl buildall.pl; do
|
||||
scp -P 5922 $f root@www:/var/lib/nethserver/ibay/githubhook/$f
|
||||
ssh -p 5922 root@www "chmod +x /var/lib/nethserver/ibay/githubhook/$f"
|
||||
done;
|
||||
ssh -p 5922 root@www "ls -lap /var/lib/nethserver/ibay/githubhook"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue