Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 640 Bytes

Full Stack open CI/CD

This repository is used for the CI/CD module of the Full stack open course

Fork the repository to complete course exercises

Commands

Start by running npm install inside the project folder

npm start to run the webpack dev server npm test to run tests npm run eslint to run eslint npm run build to make a production build npm run start-prod to run your production build

main:
name: Deploy to Render
runs-on: ubuntu-latest
steps:
  - name: Trigger deployment
    run: curl https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}?key=${{ secrets.RENDER_API_KEY }}