From 400413761e3b90fe19c888a23b244ae461990d46 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 01:50:41 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index da4e92b..082792c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,10 @@ steps: url: ericxliu.me validate: false output: "/tmp/output" - custom_dns: [ 8.8.8.8 ] - mtu: 1450 +- name: ls-file + image: alpine/git + commands: + - ls -al /tmp/output - name: git-push image: appleboy/drone-git-push:0.2.0-linux-amd64 settings: