Skip to content

Netlify Github Actions #5

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

Open
3 tasks
anitsh opened this issue Jun 9, 2020 · 2 comments
Open
3 tasks

Netlify Github Actions #5

anitsh opened this issue Jun 9, 2020 · 2 comments
Labels
backlog Backlog devops DevOps task Task, Chor

Comments

@anitsh
Copy link
Collaborator

anitsh commented Jun 9, 2020

Objective:

  • When a branch is merged to master, deploy to Netlify.

Probable Solution

  • Github actions can be used for CI/CD process.

References:

Tasks:

  • Create branch
  • Verify functionality on test
  • Verify functionality on production
@anitsh anitsh added backlog Backlog task Task, Chor devops DevOps labels Jun 9, 2020
@anitsh anitsh changed the title Task: Deploy to Netlify Task: Netlify Github Actions Jun 11, 2020
@anitsh
Copy link
Collaborator Author

anitsh commented Jun 14, 2020

https://github.com/nektos/act
Run your GitHub Actions locally! Why would you want to do this? Two reasons:
Fast Feedback - Rather than having to commit/push every time you want to test out the changes you are making to your .github/workflows/ files (or for any changes to embedded GitHub actions), you can use act to run the actions locally. The environment variables and filesystem are all configured to match what GitHub provides.
Local Task Runner - I love make. However, I also hate repeating myself. With act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile!

@anitsh anitsh changed the title Task: Netlify Github Actions Netlify Github Actions Jun 22, 2020
@anitsh
Copy link
Collaborator Author

anitsh commented Jun 22, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog devops DevOps task Task, Chor
Projects
None yet
Development

No branches or pull requests

1 participant