Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurpigeon committed Jan 3, 2025
1 parent f151839 commit d5eda5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
cd /var/www/oseille-max-easy/frontend &&
npm ci
npm run build
scp -r dist/* ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}:/var/www/html/'
cp -r dist/* /var/www/html/'

0 comments on commit d5eda5f

Please sign in to comment.