Merge branch 'main' of git.format.hu:format/web-installer
This commit is contained in:
@@ -18,7 +18,7 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src/
|
- cd /drone/src/
|
||||||
- docker build -t $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
|
- docker build --platform linux/amd64 --tag $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
|
||||||
- docker push $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME}
|
- docker push $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME}
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
@@ -27,7 +27,7 @@ http {
|
|||||||
server_name localhost;
|
server_name localhost;
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html
|
index index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
|
Reference in New Issue
Block a user