Merge branch 'main' of git.format.hu:format/web-installer
This commit is contained in:
@@ -18,7 +18,7 @@ steps:
|
||||
image: plugins/docker
|
||||
commands:
|
||||
- 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}
|
||||
when:
|
||||
branch:
|
||||
|
@@ -27,7 +27,7 @@ http {
|
||||
server_name localhost;
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html
|
||||
index index.html;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
Reference in New Issue
Block a user