Skip to content

Commit

Permalink
Update backend-ec2-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Junitalama committed Feb 1, 2024
1 parent ff6cbe1 commit a334471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push-to-EC2
name: EC2 deployment

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # Adjust the Node.js version to your project requirements
node-version: '20'

- name: Install npm dependencies
run: npm install
Expand Down

0 comments on commit a334471

Please sign in to comment.