Skip to content

Commit bac8b02

Browse files
authored
Update deploy.yml
1 parent c41df7b commit bac8b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
env:
1717
SSH_HOST: ${{ secrets.SSH_HOST }}
1818
SSH_TARGET_DIR: ${{ secrets.SSH_TARGET_DIR }}
19-
run: ssh -i ~/privkey -o "StrictHostKeyChecking=no" "$SSH_HOST" -- 'cd "'${SSH_TARGET_DIR}'" && git status && echo "====" && git pull && echo "====" && composer install -o --no-dev'
19+
run: ssh -q -i ~/privkey -o "StrictHostKeyChecking=no" "$SSH_HOST" -- 'cd "'${SSH_TARGET_DIR}'" && git status && echo "====" && git pull && echo "====" && composer install -o --no-dev'

0 commit comments

Comments
 (0)