From a29d97bce77111f40528198cdc1942aca34c53ea Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 2 Feb 2023 17:54:47 -0500 Subject: [PATCH] i know vaas said that doing the exact same thing over again is insanity but i'm pretty sure appealing to indie horror characters for my code to work is another pretty good indicator --- .woodpecker/.node.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/.node.yml b/.woodpecker/.node.yml index aee7866..34b10dd 100644 --- a/.woodpecker/.node.yml +++ b/.woodpecker/.node.yml @@ -3,10 +3,11 @@ pipeline: image: denoland/deno:debian commands: - deno compile -A buildNode.ts + - chmod a+x buildNode build: image: node:current-alpine3.16 commands: - - ls + - ./buildNode deploy: image: plugins/npm settings: