Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEdouard committed Dec 10, 2024
1 parent 186d2b2 commit 1fcb96d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Build Next.js App
run: npm run build

- name: Set up SSH Key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.EC2_SSH_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
- name: Copy Files to EC2
env:
EC2_HOST: [email protected]
Expand Down

0 comments on commit 1fcb96d

Please sign in to comment.