Deploy to GHCR
This commit is contained in:
10
README.md
10
README.md
@@ -32,4 +32,12 @@ docker run --rm -it \
|
||||
--env YTDLP_SITE_ADMIN_INITIAL_PASSWORD=abc123 \
|
||||
-v $(realpath downloads):/downloads \
|
||||
server
|
||||
```
|
||||
```
|
||||
|
||||
## GHCR Deploy
|
||||
|
||||
Build and push this container to ghcr
|
||||
|
||||
* Create a "personal access token (classic)" with write:packages
|
||||
* account > settings > developer settings > personal access tokens > tokens (classic) > generate new token (classic)
|
||||
* Put that personal access token as the repository actions secret `GHCR_TOKEN`.
|
||||
|
Reference in New Issue
Block a user