Encode your private RSA key
$ cat my_private_key | base64 -w0
# -w0 to avoid newlines
Add the base64 string to your project variables. Use it in your .gitlab-ci.yml
Encode your private RSA key
$ cat my_private_key | base64 -w0
# -w0 to avoid newlines
Add the base64 string to your project variables. Use it in your .gitlab-ci.yml
mix3d asked for some help using this guide with windows so here we go. This was tested with Windows 10. Run all commands in Git Bash once it's installed.
Github will be the main account and bitbucket the secondary.
Did I hear you wanted AJAX charts instead of hard coded? You got it.
Follow this guide to integrate bar chart reports into your Laravel application with AJAX. Reports like the following come with this guide:
The library used for the charts is: http://www.oesmith.co.uk/morris.js/