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

Add Github Actions workflow #86

Merged
merged 1 commit into from
Sep 29, 2021
Merged

Add Github Actions workflow #86

merged 1 commit into from
Sep 29, 2021

Conversation

countnoobula
Copy link
Contributor

Proposed changes

Description of the changes implemented by this PR, feel free to be as verbose as needed

This removes Jenkins and uses the same steps.

Types of changes

What type of changes does your code introduce?
Put an x in the boxes that apply

  • New feature
  • Bugfix
  • Quality of Life

Checklist

Put an x in the boxes that apply.

  • Linter passes (yarn lint)
  • Unit Test pass (yarn jest)
  • I have added at least two useful tests for new component (if applicable)
  • I have added at least one Storybook story (if applicable)

Relevant Issues

List Issues below in format #<ISSUE-NUMBER> [Full|Partial]

Dependant PRs

List Pull Requests below in format #<ISSUE-NUMBER>

  • ...

Description

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc.

@countnoobula countnoobula force-pushed the feature/gh-actions branch 2 times, most recently from f48d4e0 to 5b9cbd5 Compare August 30, 2021 17:15
version: '2'
services:
app:
container_name: luxity_front_app
Copy link
Contributor

Choose a reason for hiding this comment

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

names need to be changed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

haha, you got me there ;D

@countnoobula countnoobula force-pushed the feature/gh-actions branch 2 times, most recently from aac6a52 to 3cfdc1f Compare September 29, 2021 22:12
This removes Jenkins and uses the same steps.
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.

3 participants