Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up hosting, build and deploy for the challenge application #2

Open
teodoran opened this issue Aug 25, 2020 · 1 comment
Open

Set up hosting, build and deploy for the challenge application #2

teodoran opened this issue Aug 25, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@teodoran
Copy link
Owner

During the workshop, the participants work on a separate instance of the application when hunting for flags. Previously, this instance has been hosted locally by the workshop host by using ngrok. It would make it easier to host the workshop if the challenge instance was hosted online somewhere.

If hosted online, then build and deploy automation should be set up, so a push to master triggers a new build and deploy. The build should inject the flags as secret configuration values. In addition, the database should be recreated from some dump-file, so that the state of the application is reset every time a new version is deployed.

GitHub Actions are suggested as a tool for setting up build and deploy.

@teodoran teodoran added the enhancement New feature or request label Aug 25, 2020
@teodoran
Copy link
Owner Author

Debatable if this still is desired. The XXS-flag would at least have to be changed somewhat, since it currently requires the workshop to be hosted from the workshop admins local machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant