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 ae1347e commit b4b6225Copy full SHA for b4b6225
.github/workflows/toca.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Sync source files to server
38
run: rsync -av --delete --exclude='.git*' --exclude='node_modules' --exclude='.output' -e "ssh -p ${{ secrets.SSH_PORT }}" ./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:/home/orixme/domains/test.toca.in.th/nuxt3_temp
39
40
- - name: Install dependencies and build on server
+ - name: Install dependencies and build on server
41
run: |
42
ssh -p ${{ secrets.SSH_PORT }} ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} '
43
cd /home/orixme/domains/test.toca.in.th/nuxt3_temp
0 commit comments