Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
molla202 authored Oct 23, 2024
1 parent c070b34 commit 4166210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tail -n 1000 -f $HOME/.covalent/light-client.log
### Güncelleme
NOT: private key yaz.
```
cd $HOME/ewm-das && git config --global --add safe.directory /root/ewm-das && git stash && git pull origin main && git stash pop && git fetch --all && git checkout main && git pull origin main && git tag && git checkout v0.13.0 && git switch -c v0.13.0 && docker build -t covalent/light-client -f Dockerfile.lc . && docker stop light-client && docker rm light-client && docker run -d --restart always --name light-client -e PRIVATE_KEY="private-yaz" covalent/light-client && docker logs -f light-client
cd && mv ewm-das ewm-dasydk1 && git clone https://github.com/covalenthq/ewm-das && cd ewm-das && git checkout v0.13.0 && docker build -t covalent/light-client -f Dockerfile.lc . && docker stop light-client && docker rm light-client && docker run -d --restart always --name light-client -e PRIVATE_KEY="private-yaz" covalent/light-client && docker logs -f light-client
```


Expand Down

0 comments on commit 4166210

Please sign in to comment.