mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-12 09:50:10 +01:00
test 7
This commit is contained in:
12
.cirrus.yml
12
.cirrus.yml
@@ -1,6 +1,14 @@
|
||||
# .cirrus.yml:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-13-2
|
||||
compute_engine_instance:
|
||||
# Image list available via
|
||||
# gcloud compute images list --project freebsd-org-cloud-dev --no-standard-images
|
||||
platform: freebsd
|
||||
image_project: freebsd-org-cloud-dev
|
||||
image: freebsd-13-2-release-amd64
|
||||
cpu: 8
|
||||
memory: 8G
|
||||
disk: 40
|
||||
|
||||
|
||||
task:
|
||||
build:
|
||||
|
||||
5
www/nginx/test.sh
Normal file
5
www/nginx/test.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl http://127.0.0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user