Skip to content

Commit

Permalink
fix: typo in auto-deployment (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou authored Oct 30, 2024
2 parents 241b385 + 048f85f commit 7dcd6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Send files to EC2
run: |
jarPath=$(yarn build)
yarn build
scp -i private_key.pem -r dist/* "${username}@${host}:/usr/share/nginx/html"

0 comments on commit 7dcd6bd

Please sign in to comment.