1
0
Fork 0

bluefeds + trimurti: update cloning of hugo websites

This commit is contained in:
Pratham Patel 2022-10-31 10:03:15 +05:30
parent 3e94490d75
commit 0581c649cc
2 changed files with 18 additions and 8 deletions

View File

@ -380,10 +380,15 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran
### Hugo
```bash
git clone git@gitlab.com:shivohamx3/blog.git /trayimurti/containers/volumes/blog
cd /trayimurti/containers/volumes/blog && git submodule init && git submodule update
git clone git@gitlab.com:shivohamx3/machines.git /trayimurti/containers/volumes/mach
cd /trayimurti/containers/volumes/mach && git submodule init && git submodule update
git clone --recursive git@gitlab.com:thefossguy/blog.git /trayimurti/containers/volumes/blog
cd /trayimurti/containers/volumes/blog
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/blog.git
git clone --recursive git@gitlab.com:thefossguy/machines.git /trayimurti/containers/volumes/mach
cd /trayimurti/containers/volumes/mach
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/machines.git
```

View File

@ -356,10 +356,15 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran
### Hugo
```bash
git clone git@gitlab.com:shivohamx3/blog.git /brahmaand/containers/volumes/blog
cd /brahmaand/containers/volumes/blog && git submodule init && git submodule update
git clone git@gitlab.com:shivohamx3/machines.git /brahmaand/containers/volumes/mach
cd /brahmaand/containers/volumes/mach && git submodule init && git submodule update
git clone --recursive git@gitlab.com:thefossguy/blog.git /brahmaand/containers/volumes/blog
cd /brahmaand/containers/volumes/blog
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/blog.git
git clone --recursive git@gitlab.com:thefossguy/machines.git /brahmaand/containers/volumes/mach
cd /brahmaand/containers/volumes/mach
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/machines.git
```