bind only to 127.0.0.1 (#598)
Publish / Build and publish (push) Successful in 56s Details
Deploy Test / Run deploy test suite (push) Successful in 3m1s Details
Smoke Test / Run basic test suite (push) Successful in 4m13s Details

pull/600/head v1.1.0-ddebb9c-202310231451
Zach 2023-10-23 10:51:44 -04:00 committed by GitHub
parent fe6c3f92ed
commit ddebb9c690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
``` ```
laconic-so --stack laconic-dot-com setup-repositories laconic-so --stack laconic-dot-com setup-repositories
laconic-so --stack laconic-dot-com build-containers laconic-so --stack laconic-dot-com build-containers
laconic-so --stack laconic-dot-com deploy init --output laconic-website-spec.yml --map-ports-to-host any-same laconic-so --stack laconic-dot-com deploy init --output laconic-website-spec.yml --map-ports-to-host localhost-same
laconic-so --stack laconic-dot-com deploy create --spec-file laconic-website-spec.yml --deployment-dir lx-website laconic-so --stack laconic-dot-com deploy create --spec-file laconic-website-spec.yml --deployment-dir lx-website
laconic-so deployment --dir lx-website start laconic-so deployment --dir lx-website start
``` ```