Strip Quay password from readme.
This commit is contained in:
parent
78139180c2
commit
0ef1902957
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ cd gantryd
|
|||
cat requirements.system | xargs sudo apt-get install -y
|
||||
virtualenv --distribute venv
|
||||
venv/bin/pip install -r requirements.txt
|
||||
sudo docker login -p 9Y1PX7D3IE4KPSGCIALH17EM5V3ZTMP8CNNHJNXAQ2NJGAS48BDH8J1PUOZ869ML -u 'quay+deploy' -e notused staging.quay.io
|
||||
sudo docker login -u 'quay+deploy' -e notused staging.quay.io
|
||||
```
|
||||
|
||||
start the quay processes:
|
||||
|
@ -67,7 +67,7 @@ cd gantryd
|
|||
cat requirements.system | xargs sudo apt-get install -y
|
||||
virtualenv --distribute venv
|
||||
venv/bin/pip install -r requirements.txt
|
||||
sudo docker login -p 9Y1PX7D3IE4KPSGCIALH17EM5V3ZTMP8CNNHJNXAQ2NJGAS48BDH8J1PUOZ869ML -u 'quay+deploy' -e notused quay.io
|
||||
sudo docker login -u 'quay+deploy' -e notused quay.io
|
||||
```
|
||||
|
||||
start the worker
|
||||
|
|
Reference in a new issue