From 95eaf57c26acb62c1dfd52c89712223a32bb68d6 Mon Sep 17 00:00:00 2001 From: itzaname Date: Tue, 10 Aug 2021 21:37:33 -0400 Subject: [PATCH] Full command --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8c3fad5..c79c0a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: artifacts image: curlimages/curl:7.78.0 commands: - - cp /etc/ssl/certs/ca-certificates.crt . + - curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux - name: docker image: plugins/docker:19