From 2cad7cc1d8500a341b4fa04192bfac8c13fdb8f9 Mon Sep 17 00:00:00 2001 From: lab Date: Fri, 3 Dec 2021 23:46:36 +0800 Subject: [PATCH] fix:rm secrets --- drone/run | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 drone/run diff --git a/drone/run b/drone/run deleted file mode 100644 index 8b88ac0..0000000 --- a/drone/run +++ /dev/null @@ -1,13 +0,0 @@ -docker run \ - -it \ - --rm \ - -p 80:80 \ - -e DRONE_GITEA_CLIENT_ID=96cb2d20-cec7-40f2-95cc-c05cba99ef13 \ - -e DRONE_GITEA_CLIENT_SECRET=XyP0GfQeeh3le1aSJnT6m9Ui8OCVeODLAbCqz7Tlnx05 \ - -e DRONE_GITEA_SERVER=https://git.esin.io \ - -e DRONE_RPC_SECRET=bea26a2221fd8090ea38720fc445eca6 \ - -e DRONE_SERVER_PORT=:80 \ - -e DRONE_SERVER_HOST=localhost \ - -e DRONE_SERVER_PROTO=http \ - --name=drone \ - esinio/drone:v2.5.0