datenanfragen / website

The Datenanfragen.de website including the request PDF generator and company information database
https://www.datenanfragen.de
MIT License
89 stars 125 forks source link

Optimize deploy script #674

Open mal-tee opened 3 years ago

mal-tee commented 3 years ago

If you know your way around shellscripts, feel free to optimize our deploy.sh-script: https://github.com/datenanfragen/website/blob/master/deploy.sh

We assume that time savings could be achieved by using parallelization, e.g. with GNU parallel. At the moment we copy a lot of stuff in simple loops: https://github.com/datenanfragen/website/blob/4a2693b65db13d182ca8ae4dc3f58a19ea0b313f/deploy.sh#L56-L60

kaggrwal commented 2 years ago

@mal-tee I would like to do this, please give me some brief about this.

mal-tee commented 2 years ago

Hi! This is not really an issue where I can guide you that much, it's more about tinkering around and having some experience with bash scripting.

mohitsaxenaknoldus commented 2 years ago

Please assign it to me, I'll do it.

mal-tee commented 2 years ago

Done :+1:

mohitsaxenaknoldus commented 2 years ago

PR raised: https://github.com/datenanfragen/website/pull/708