website icon indicating copy to clipboard operation
website copied to clipboard

Optimize deploy script

Open mal-tee opened this issue 4 years ago • 5 comments

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

mal-tee avatar Sep 16 '21 09:09 mal-tee

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

kaggrwal avatar Oct 01 '21 12:10 kaggrwal

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.

mal-tee avatar Oct 01 '21 15:10 mal-tee

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

mohitsaxenaknoldus avatar Oct 02 '21 06:10 mohitsaxenaknoldus

Done :+1:

mal-tee avatar Oct 02 '21 07:10 mal-tee

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

mohitsaxenaknoldus avatar Oct 02 '21 08:10 mohitsaxenaknoldus