# ADE 2.0.0 def on_file_change(path, event_type): def on_file_change(context, path, event_type): # 'context' added
FROM alpine:latest RUN apk add --no-cache curl && \ curl -fsSL https://example.com/ade/2.0.1/ade-linux-amd64 -o /usr/bin/ade && \ chmod +x /usr/bin/ade ade 2.0.1
: Remote target disconnects during large deploy Fix : Set deploy.chunk_size: 32768 in ade.yaml (default was increased to 64k in 2.0.1, which some older SFTP servers choke on). # ADE 2