steps:
- name: dashboard
image: appleboy/drone-ssh
settings:
host: host.docker.internal
port: 22
username: {your mac user}
password: {your mac user password}
script:
- system_profiler SPSoftwareDataType
- bash -lc 'flutter --version'
when:
event:
- push
在Gogs上,在提交代码合并的时候,它将会被执行
— translate —
When submitting a code merge (pull_request) on Gogs, , it will be executed