Liblor / applied_sec_lab

Applied Security Laboratory - AS19
6 stars 1 forks source link

Deploy local builds #60

Closed keyctl closed 4 years ago

keyctl commented 4 years ago

This patch adds a target to our Makefile to push local builds to CertServer and WebServer.

keyctl commented 4 years ago

@RequestForCoffee Does this work for you? Just issue make push in the Git root.

RequestForCoffee commented 4 years ago

I don't have a working vagrant setup right now. I'm not sure if this even applicable to me though, a bunch of the commands are unavailable on windows.

keyctl commented 4 years ago

Doesn't WSL come with a basic bash? Do you know what commands might be missing, so I could work around that?

keyctl commented 4 years ago

Okay then let's maybe ask @Miro-H to review this, too.

Miro-H commented 4 years ago

This is nice! I used a different workflow until now (mount the source code as shared folder to web/cert server and then build it on the servers).

But I'll gladly test this script tomorrow.