Skip to content

Commit 6497745

Browse files
committed
remove yarn setup
1 parent c12619c commit 6497745

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-express.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
5858
- name: Deploy and run
5959
run: |
60-
# Install yarn on the remote server if not available
61-
echo "Setting up yarn on remote server..."
62-
ssh ${{ secrets.DO_USERNAME }}@eduquilt.com "command -v yarn || (echo 'Installing yarn...' && echo ${{ secrets.DO_PASSWORD }} | sudo -S npm install -g yarn@4.6.0)"
63-
60+
6461
# Create necessary directories
6562
ssh ${{ secrets.DO_USERNAME }}@eduquilt.com mkdir -p /home/skuilder/dist/express/${{github.sha}}
6663
ssh ${{ secrets.DO_USERNAME }}@eduquilt.com mkdir -p /home/skuilder/dist/express/${{github.sha}}/assets

0 commit comments

Comments
 (0)