changes
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
zerops:
|
||||
- setup: app
|
||||
build:
|
||||
os: alpine
|
||||
os: ubuntu
|
||||
base: go@latest
|
||||
buildCommands:
|
||||
- go build -o app main.go
|
||||
@@ -9,9 +9,9 @@ zerops:
|
||||
deployFiles:
|
||||
- app
|
||||
run:
|
||||
os: alpine
|
||||
base: alpine@latest
|
||||
os: ubuntu
|
||||
base: ubuntu@latest
|
||||
ports:
|
||||
- port: 8080
|
||||
httpSupport: true
|
||||
start: ./app
|
||||
start: ./app
|
||||
|
||||
Reference in New Issue
Block a user