mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-13 22:14:55 -05:00
move serve to install cuz it's GLOBAL
This commit is contained in:
parent
c308444f52
commit
e8ca9238d3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/runglobal.yml
vendored
4
.github/workflows/runglobal.yml
vendored
|
@ -34,6 +34,8 @@ jobs:
|
|||
sudo apt install git wget docker-compose mosh -y
|
||||
curl -fsSL https://tailscale.com/install.sh | sh
|
||||
|
||||
npm install -g serve
|
||||
|
||||
echo "$(whoami):password1!" | sudo chpasswd
|
||||
|
||||
sudo tailscale up --hostname=global --advertise-exit-node --ssh --authkey ${{ secrets.TAILSCALE_KEY }}
|
||||
|
@ -66,8 +68,6 @@ jobs:
|
|||
docker compose up -d &
|
||||
|
||||
if [ "${{ inputs.oldTailscaleHostname }}" != "" ]; then
|
||||
npm install -g serve
|
||||
|
||||
cd /tmp
|
||||
|
||||
aria2c -x 16 -j 16 -s 16 http://${{ inputs.oldTailscaleHostname }}:5000/archive.tar.gz
|
||||
|
|
Loading…
Reference in a new issue