Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 17, 2024
1 parent 9be2ff2 commit 5b2785c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
script: |
cd /home/${{ secrets.DOCS_USER }}/trueblocks-key/website
git pull origin testing
npm run build
chown -R ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }} /home/${{ secrets.DOCS_USER }}/trueblocks-key/website
pwd
find . | grep -v node_modules
find . -exec ls -l {} ';' | grep -v node_modules
echo ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }}
# npm run build
# chown -R ${{ secrets.DOCS_USER }}:${{ secrets.DOCS_GROUP }} /home/${{ secrets.DOCS_USER }}/trueblocks-key/website
# cp -pR /home/${{ secrets.DOCS_USER }}/trueblocks-key/website /var/www/trueblocks-key/html

0 comments on commit 5b2785c

Please sign in to comment.