Skip to content

Commit c2a651f

Browse files
authored
fix bug
1 parent 3296050 commit c2a651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
rsync -avz --delete \
6262
-e "ssh -i ~/.ssh/server_key.pem -o StrictHostKeyChecking=no" \
63-
./ \
63+
./ \
6464
${{ secrets.SSH_USERNAME }}@${{ secrets.SERVER_IP }}:/var/www/html/
6565
6666
- name: Reload web server

0 commit comments

Comments
 (0)