Skip to content

Commit

Permalink
fix: static file move in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Aug 9, 2024
1 parent d35bbf1 commit dbe3d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ec2-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- name: Move static files
run: |
sudo mv web/dist server/
sudo rm -rf server/web/dist
sudo mv web/dist/* server/web/dist
rm -rf server/src
- name: Restart application
Expand Down

0 comments on commit dbe3d0e

Please sign in to comment.