Skip to content

Commit

Permalink
deploy.yaml added
Browse files Browse the repository at this point in the history
  • Loading branch information
cansentay committed Jan 25, 2024
1 parent 4d5195e commit ee87981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ jobs:
run: |
echo "::error::Cannot deploy to production using a non prodcuction environment"
exit 1
- name: Checkout
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node Environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Build App
Expand Down

0 comments on commit ee87981

Please sign in to comment.