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

Added Automatic deployment of frontend #67

Merged
merged 15 commits into from
Jun 9, 2024
Merged

Added Automatic deployment of frontend #67

merged 15 commits into from
Jun 9, 2024

Conversation

Bikram-ghuku
Copy link
Contributor

Description

Added Github actions for Test on opening PR, Deploy on push to master

Fixes #64 (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test by opening PR on a test repo with broken
  • Test by opening PR on a test repo without broken

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@proffapt proffapt self-requested a review June 9, 2024 15:13
Copy link
Member

@proffapt proffapt left a comment

Choose a reason for hiding this comment

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

Change the names of files to:

  • build-ci-test.yaml
  • deploy-gh-pages.yaml

.github/workflows/nodejs-pr.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-pr.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-pr.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-pr.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-pr.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/nodejs-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/build-ci-test.yaml Outdated Show resolved Hide resolved
.github/workflows/deploy-gh-pages.yaml Outdated Show resolved Hide resolved
.github/workflows/deploy-gh-pages.yaml Outdated Show resolved Hide resolved
@proffapt proffapt merged commit 2ba9387 into metakgp:master Jun 9, 2024
1 check passed
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.

Automatic deployment of frontend
2 participants