Added a guide for deploying Next.js project with Up (#143)

* Added a guide for deploying Next.js project with Up

Hello! I've made a tiny guide on how to deploy and continuously deliver Next.js project with Up with short introduction to GitHub Actions. Examples and code snippets are written using recently updated Workflow YAML syntax. 

It would be awesome if we add it to Deployment section of the list!

* Update README.md

Moved link to article to Tutorials section
This commit is contained in:
Michael Romanenko 2019-08-18 13:52:08 +06:00 committed by Gary Ewan Park
parent 931e8153ba
commit 7e8ec06c45

View File

@ -228,6 +228,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [GitHub Actions on Android project](http://vgaidarji.me/blog/2019/01/27/github-actions)
- [A guide to GitHub Actions using Node.js](https://datree.io/blog/git-workflow-automation-github-actions-node-js/)
- [GitHub Actions for PHP Developers](https://stefanzweifel.io/posts/github-actions-for-php-developers/)
- [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400)
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information