[24.02.20] deleted api tokens and load from env
This commit is contained in:
parent
57f69ecade
commit
d4af9bb507
@ -4,6 +4,6 @@ RUN apk update && \
|
||||
apk add py-pip libc-dev gcc
|
||||
RUN pip install utils pycryptodome && \
|
||||
pip install python-env coinbase
|
||||
COPY /price-collector /home/price-collector/
|
||||
COPY /* /home/price-collector/
|
||||
EXPOSE 9090
|
||||
CMD ["python", "/home/price-collector/src/main.py"]
|
||||
@ -43,6 +43,8 @@ try {
|
||||
sh "doctl auth init --access-token ${DOCTL_TOKEN}"
|
||||
sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production"
|
||||
}
|
||||
|
||||
sh "ls -la"
|
||||
}
|
||||
|
||||
stage('Test Artifact') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user