hardcode port
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
This commit is contained in:
parent
32e926d15c
commit
7bd61c47bf
@ -9,9 +9,6 @@ jobs:
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
|
||||
env:
|
||||
PORT: 8080
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
@ -28,5 +25,5 @@ jobs:
|
||||
cd ~/personal-site
|
||||
chmod +x ./start.sh
|
||||
sassc css/style.scss css/style.css
|
||||
python3 -m http.server $PORT > server.log 2>&1 &
|
||||
python3 -m http.server 8080 > server.log 2>&1 &
|
||||
echo "Server started in background"
|
||||
|
Loading…
Reference in New Issue
Block a user