Skip to content

Commit b4b6225

Browse files
committed
make it better
1 parent ae1347e commit b4b6225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/toca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Sync source files to server
3838
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
3939

40-
- name: Install dependencies and build on server
40+
- name: Install dependencies and build on server
4141
run: |
4242
ssh -p ${{ secrets.SSH_PORT }} ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} '
4343
cd /home/orixme/domains/test.toca.in.th/nuxt3_temp

0 commit comments

Comments
 (0)