We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12619c commit 6497745Copy full SHA for 6497745
.github/workflows/deploy-express.yml
@@ -57,10 +57,7 @@ jobs:
57
58
- name: Deploy and run
59
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
-
+
64
# Create necessary directories
65
ssh ${{ secrets.DO_USERNAME }}@eduquilt.com mkdir -p /home/skuilder/dist/express/${{github.sha}}
66
ssh ${{ secrets.DO_USERNAME }}@eduquilt.com mkdir -p /home/skuilder/dist/express/${{github.sha}}/assets
0 commit comments