Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bloodielie/deploy_scripts


https://github.com/bloodielie/deploy_scripts

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Scripts for deploy and etc
Init yandex cli
```bash
yc init
```
Create key.json for auth in registry
```bash
yc iam key create --service-account-name server-puller -o key.json
```

Login docker at the server
```bash
cat key.json | docker login \
--username json_key \
--password-stdin \
cr.yandex
```