Skip to content

CI/CD PIPELINE WITH GITHUB ACTIONS#60

Open
brendobrendo wants to merge 26 commits intomasterfrom
feature/gitworkflow
Open

CI/CD PIPELINE WITH GITHUB ACTIONS#60
brendobrendo wants to merge 26 commits intomasterfrom
feature/gitworkflow

Conversation

@brendobrendo
Copy link
Collaborator

@brendobrendo brendobrendo commented Nov 4, 2023

Please check if the PR fulfills these requirements

  • The changes don't come from my master branch.

Trello Card

What kind of change does this PR introduce? (bug fix, feature, docs update, ...)

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Creates a CI/CD Pipeline using GitHub Actions. It only deploys changes when a PR is merged into the master branch. I've updated the repo settings to

TODO:

Implement tests. Potentially re-build it using Jenkins.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Not that I know of.


Copy link
Collaborator

@tackc tackc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the LoginPage h1 is switched back, it should be good to go!

</Col>
<Col sm={6}>
<h1 className={styles.title}>BANANA PORTAL</h1>
<h1 className={styles.title}>BRENDAN PORTAL 3</h1>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once you switch this back to BANANA PORTAL, you can go ahead and merge it!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brendobrendo @tackc yep I agree, looks good 🚀

</Col>
<Col sm={6}>
<h1 className={styles.title}>BANANA PORTAL</h1>
<h1 className={styles.title}>BRENDAN PORTAL 3</h1>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brendobrendo @tackc yep I agree, looks good 🚀

@sherviniv
Copy link
Collaborator

Looks good to me @brendobrendo! Just wondering since we are not using artifact files like the Docker image, what's your idea about building code on GitHub and just copying the output to the VM? For instance, rewriting step Build code on VM to GitHub action and copy output to Vm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants