Skip to content

Commit

Permalink
Update deploy-to-aws-ec2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin authored Sep 30, 2024
1 parent f001a09 commit 3d8f427
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-to-aws-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
with:
node-version: '22'

- name: Install dependencies
run: npm install

- name: Build the project
run: npm run build

- name: Create SSH key file
run: |
echo "${{ secrets.EC2_KEY }}" > ec2_key.pem
Expand Down

0 comments on commit 3d8f427

Please sign in to comment.