include Monocraft in website
All checks were successful
/ Build BaseBand Website (push) Successful in 8s
All checks were successful
/ Build BaseBand Website (push) Successful in 8s
This commit is contained in:
parent
9314c21400
commit
82fe0f4ef0
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
|
|
||||||
echo "$SSH_PRIVATEKEY" > ssh_key
|
echo "$SSH_PRIVATEKEY" > ssh_key
|
||||||
chmod 700 ssh_key
|
chmod 700 ssh_key
|
||||||
scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" *.html *.spl *.css *.png lorem-ipsum "root@$BB_HOST:$BB_PATH" &&
|
scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" *.html *.spl *.css *.png *.ttf lorem-ipsum "root@$BB_HOST:$BB_PATH" &&
|
||||||
(ssh -o StrictHostKeyChecking=no -i ssh_key -p "$BB_PORT" "root@$BB_HOST" "cd $BB_PATH && bash reload.sh" || true)
|
(ssh -o StrictHostKeyChecking=no -i ssh_key -p "$BB_PORT" "root@$BB_HOST" "cd $BB_PATH && bash reload.sh" || true)
|
||||||
rm ssh_key
|
rm ssh_key
|
||||||
|
|
Loading…
Add table
Reference in a new issue