Skip to content

Commit

Permalink
update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
hwknsj committed Sep 4, 2024
1 parent 7edd176 commit 4013beb
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 351 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-node@v3.6.0
with:
node-version: latest
- run: npm i -g yarn@latest
- run: yarn set version canary
- run: yarn
- run: yarn build
Expand All @@ -39,11 +38,11 @@ jobs:
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
script: |
ls -lAh
pwd
cd /var/www/joel.fm/src
yarn run clean
yarn install
yarn run build
ls -lAh public
ln -s $PWD/public /var/www/joel.fm/html-test
rm -rf /var/www/joel.fm/html-test
cd ..
ln -s src/public html-test
ln -s /var/www/thesis.joel.fm/html /var/www/joel.fm/html-test/thesis
Loading

0 comments on commit 4013beb

Please sign in to comment.