Skip to content

Commit

Permalink
ci: adding githubFlow File (#21)
Browse files Browse the repository at this point in the history
* adding githubFlow File

Signed-off-by: Aditya-eddy <[email protected]>

* adding the branch change

Signed-off-by: Aditya-eddy <[email protected]>

---------

Signed-off-by: Aditya-eddy <[email protected]>
  • Loading branch information
Aditya-eddy authored Apr 11, 2024
1 parent 31c5d9e commit fd7c10d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Deployment Workflow

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install

- name: Build Next.js app
run: npm run build

0 comments on commit fd7c10d

Please sign in to comment.