Skip to content

Commit

Permalink
Merge pull request #16 from FabienBounoir/beta
Browse files Browse the repository at this point in the history
fix: 🐛 github action
  • Loading branch information
FabienBounoir authored May 17, 2024
2 parents c9604eb + 1683929 commit b8ce40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
script: cd /opt/bouns-bot && git stash && git pull && npm run build
script: cd /opt/bouns-bot/frontend && git stash && git pull && npm run build

0 comments on commit b8ce40f

Please sign in to comment.