drone
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
孟凡懂 2022-06-14 00:33:34 +08:00
parent a9c0768383
commit cd9dd2543b

View File

@ -10,6 +10,9 @@ server:
ssh_key: ssh_key:
from_secret: TXY_KEY from_secret: TXY_KEY
clone:
disable: true
steps: steps:
- name: Git - name: Git
environment: environment:
@ -31,4 +34,9 @@ steps:
- name: Chown to www - name: Chown to www
commands: commands:
- chown -R www:www ./ - chown -R www:www ./
- pwd && ls -l - pwd && ls -l
trigger:
branch:
- master