opack cloud ?
This commit is contained in:
2
examples/cloud/.gitignore
vendored
Normal file
2
examples/cloud/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
opack_deploy_*
|
||||
opack_installer_*
|
||||
11
examples/cloud/Makefile
Normal file
11
examples/cloud/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
OPACK_TARGET=testopack-cloud
|
||||
OPACK_SYS_HEADLESS=false
|
||||
OPACK_SYS_DISK_SIZE=10000
|
||||
OPACK_SYS_VERSION=snapshots
|
||||
OPACK_GCE_PROJECT=testopack
|
||||
OPACK_GCE_JSON_KEY=testopack-d1757c226a45.json
|
||||
OPACK_GCE_BUCKET=testopack
|
||||
|
||||
include ../../src/opack.mk
|
||||
|
||||
all: opack-cloud
|
||||
3
examples/shortest/Makefile
Normal file
3
examples/shortest/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
OPACK_TARGET= demo
|
||||
OPACK_SYS_HEADLESS= false
|
||||
include ../../src/opack.mk
|
||||
Reference in New Issue
Block a user