forked from coop-cloud/custom-html
Compare commits
6 Commits
1.2.1+1.21
...
1.3.1+1.23
Author | SHA1 | Date | |
---|---|---|---|
a68a31b45c | |||
977a81d493 | |||
ba0f1986a0 | |||
02d0a39db4 | |||
c7d557cc6c | |||
c8ffbe96fe |
BIN
.abra.sh.swp
BIN
.abra.sh.swp
Binary file not shown.
Binary file not shown.
18
.drone.yml
18
.drone.yml
@ -8,6 +8,8 @@ steps:
|
||||
host: swarm-test.autonomic.zone
|
||||
stack: custom_html
|
||||
purge: true
|
||||
networks:
|
||||
- proxy
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm_test
|
||||
environment:
|
||||
@ -19,11 +21,17 @@ trigger:
|
||||
- main
|
||||
---
|
||||
kind: pipeline
|
||||
name: recipe release
|
||||
name: generate recipe catalogue
|
||||
steps:
|
||||
- name: release a new version
|
||||
image: thecoopcloud/drone-abra:latest
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
command: recipe custom-html release
|
||||
deploy_key:
|
||||
from_secret: abra_bot_deploy_key
|
||||
server: https://build.coopcloud.tech
|
||||
token:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
Binary file not shown.
BIN
.env.sample.swp
BIN
.env.sample.swp
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
# Custom HTML
|
||||
|
||||
[](https://build.coopcloud.tech/coop-cloud/custom-html)
|
||||
|
||||
Custom HTML website, served using Nginx.
|
||||
|
||||
<!-- metadata -->
|
||||
|
@ -3,7 +3,7 @@ services:
|
||||
git:
|
||||
environment:
|
||||
- GIT_REPO_URL
|
||||
image: alpine/git:v2.32.0
|
||||
image: alpine/git:v2.36.3
|
||||
entrypoint: /docker-entrypoint.sh
|
||||
volumes:
|
||||
- content:/git
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: nginx:1.21.6
|
||||
image: nginx:1.23.3
|
||||
networks:
|
||||
- proxy
|
||||
deploy:
|
||||
@ -19,7 +19,9 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.1+1.21.6"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.3.1+1.23.3"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/usr/share/nginx/html"
|
||||
environment:
|
||||
DEFAULT_CONF_FILE: /etc/nginx/conf.d/default.conf
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user