mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update README
This commit is contained in:
16
README.md
16
README.md
@ -14,4 +14,18 @@ Docker will run `gulp` and include `dist` and `templates` directories during bui
|
||||
|
||||
In order to login via Patreon the following variables should be configured:
|
||||
- `PATREON_REDIRECT_URL` should point to `http://yout_host_here/patreon`
|
||||
- `PATREON_CLIENT_ID` and `PATREON_SECRET` should be copied from https://www.patreon.com/platform/documentation/clients
|
||||
- `PATREON_CLIENT_ID` and `PATREON_SECRET` should be copied from https://www.patreon.com/platform/documentation/clients
|
||||
|
||||
## Deploy Docker images
|
||||
|
||||
Build docker image:
|
||||
```
|
||||
docker build -t ytdl .
|
||||
```
|
||||
|
||||
Deploy image to Container Registry:
|
||||
```
|
||||
docker tag ytdl gcr.io/pod-sync/ytdl
|
||||
gcloud auth application-default login
|
||||
gcloud docker -- push gcr.io/pod-sync/ytdl
|
||||
```
|
Reference in New Issue
Block a user