3 Commits

Author SHA1 Message Date
64229c2f77 Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-08 10:09:13 -08:00
3wc
806a92f269 chore: publish 0.1.1+4.7.2 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 22:21:36 -08:00
3wc
2596a801f9 Fix version 2023-01-30 22:16:21 -08:00
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -5,7 +5,7 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: 2, beta
* **Image**: [`git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker), 0, own
* **Image**: [`git.coopcloud.tech/coop-cloud-chaos-patchs/pelican`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/-/packages/container/pelican/), 0, own
* **Healthcheck**: No
* **Backups**: No
* **Email**: N/A

View File

@ -1,13 +1,13 @@
version: "3.8"
services:
app:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker:4.7.2
image: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican:4.7.2
volumes:
- src:/site
- output:/site-generated
deploy:
labels:
- coop-cloud.${STACK_NAME}.version=0.1.0+4.7.2
- coop-cloud.${STACK_NAME}.version=0.1.1+4.7.2
web:
image: httpd:2.4
volumes: