Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy restake on Akash Network. #742

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7acad9c
Create main.sh
Dimokus88 Jul 18, 2023
6cf486e
Update main.sh
Dimokus88 Jul 18, 2023
c205569
Create deploy.yml
Dimokus88 Jul 18, 2023
3a0aa14
Update deploy.yml
Dimokus88 Jul 18, 2023
6b6f406
Update main.sh
Dimokus88 Jul 18, 2023
82c386d
Update main.sh
Dimokus88 Jul 18, 2023
99e7729
Update main.sh
Dimokus88 Jul 18, 2023
f3a3b85
Update main.sh
Dimokus88 Jul 18, 2023
e3f7661
Update main.sh
Dimokus88 Jul 18, 2023
e602661
Update main.sh
Dimokus88 Jul 18, 2023
0a47b35
Update main.sh
Dimokus88 Jul 18, 2023
0787fe0
Update main.sh
Dimokus88 Jul 18, 2023
e01d120
Update main.sh
Dimokus88 Jul 18, 2023
2a54add
Update main.sh
Dimokus88 Jul 18, 2023
b22e424
Update main.sh
Dimokus88 Jul 18, 2023
9b95480
Update main.sh
Dimokus88 Jul 18, 2023
521f44a
Update main.sh
Dimokus88 Jul 18, 2023
7e85722
Create README.md
Dimokus88 Jul 18, 2023
92797e6
Update deploy.yml
Dimokus88 Jul 18, 2023
8ce8f0c
Update deploy.yml
Dimokus88 Jul 18, 2023
7f32678
Update main.sh
Dimokus88 Jul 19, 2023
50b4c92
Update main.sh
Dimokus88 Jul 19, 2023
feb1bbf
Update deploy.yml
Dimokus88 Jul 19, 2023
d73b7fa
Update main.sh
Dimokus88 Jul 19, 2023
2dc0b8a
Update main.sh
Dimokus88 Jul 19, 2023
080a52c
Update main.sh
Dimokus88 Jul 20, 2023
cc84ed1
Update main.sh
Dimokus88 Jul 20, 2023
31276c2
Update main.sh
Dimokus88 Jul 20, 2023
452c55d
Update main.sh
Dimokus88 Jul 20, 2023
c8ff063
Update main.sh
Dimokus88 Jul 20, 2023
b7a6645
Update main.sh
Dimokus88 Jul 20, 2023
a7b9d0b
Update main.sh
Dimokus88 Jul 20, 2023
5a04c8c
Update main.sh
Dimokus88 Jul 20, 2023
cd3c3c1
Update main.sh
Dimokus88 Jul 20, 2023
4a6e5f5
Update main.sh
Dimokus88 Jul 20, 2023
6e3262b
Update main.sh
Dimokus88 Jul 20, 2023
ef47245
Update main.sh
Dimokus88 Jul 20, 2023
8c5ca6c
Update deploy.yml
Dimokus88 Jul 20, 2023
0833ece
Update README.md
Dimokus88 Jul 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
Dimokus88 authored Jul 20, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 0833ece7c78aa1f7cf2bc13316a79e94f7673cf2
3 changes: 2 additions & 1 deletion AkashNetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Copy [deploy.yml](/AkashNetwork/deploy.yml) and insert to [Cloudmos](https://dep
`MNEMONIC_BASE64` - passing the phrase mnemonic to the container, as a BASE64 encrypted string. </br>
`NETWORK_JSON_LINK` - A RAW (or direct) link to your networks.json file, by default the repository's [networks.json](/src/networks.json) is used. </br>
`NETWORK_LOCAL_JSON_LINK` - A RAW (or direct) link to your networks.local.json file </br>
`CRONTAB` - the frequency of jobs in crontab, for example, to run every day at **21:00**, you should use `0 21 * * *`
`CRONTAB` - the frequency of jobs in crontab, for example, to run every day at **21:00**, you should use `0 21 * * *`</br>
`RUN_ARG`- fill in if you want to run only selected chains, for example `"RUN_ARG=akash osmosis"`</br>

#### Example:
![image](https://github.com/Dimokus88/restake/assets/23629420/d45d290b-a4b4-496b-b43b-b04169e250c9)
Expand Down