Improve the documentation and ensure tags only are released.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dorian 2024-02-23 15:41:43 -05:00
parent b5a2693119
commit b991c30953
2 changed files with 7 additions and 7 deletions

View File

@ -43,9 +43,9 @@ steps:
- code.birch-tree.net/dorian/mirror-server:build
depends_on:
- test
# when:
# ref:
# - refs/tags/*
when:
ref:
- refs/tags/*
- name: create-debian-package
image: code.birch-tree.net/dorian/mirror-server:build
@ -57,9 +57,9 @@ steps:
from_secret: gitea-release-password
depends_on:
- test
# when:
# ref:
# - refs/tags/*
when:
ref:
- refs/tags/*
image_pull_secrets:
- docker-config

View File

@ -22,7 +22,7 @@ A simple server for mirroring HTTP requests for testing.
Run via Docker using:
```bash
docker run code.birch-tree.net/dorian/mirror-server:latest
docker run -p 8080:8080 code.birch-tree.net/dorian/mirror-server:latest
```
### Debian Package