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 f24cf39 commit 2676f68Copy full SHA for 2676f68
.github/workflows/deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
run: pnpm build
26
- run: echo "build success!!"
27
- run: echo "Install sshpass!"
28
- - run: apt-get update -y
29
- - run: apt-get -y install sshpass
+ - run: sudo apt-get update -y
+ - run: sudo apt-get -y install sshpass
30
- run: echo "upload dist to service..."
31
# - name: Upload Services
32
# run: sshpass -p "$HOST_PASSWORD" scp -v -o "StrictHostKeyChecking no" -r ./.next/* ${{ vars.HOST_USER }}@${{ vars.HOST_IP }}:${{ vars.HOST_PUBLIC_PATH }}/
0 commit comments