From 8b2cdb8f2f29189d4bfb3f2c6a7ce054886253f0 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:47:24 -0700 Subject: [PATCH] ci: Remove git-crypt from deployment script --- .woodpecker/build-site.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.woodpecker/build-site.yml b/.woodpecker/build-site.yml index 8b445f7..a9d9090 100644 --- a/.woodpecker/build-site.yml +++ b/.woodpecker/build-site.yml @@ -2,15 +2,6 @@ when: branch: "master" steps: - - name: Decrypt repository - image: andyaugustin/git-crypt:v1.0.2 - commands: - - echo "${GIT_CRYPT_KEY}" | base64 --decode > /tmp/.git-crypt-key - - git config --global --add safe.directory - - git-crypt unlock /tmp/.git-crypt-key - - rm /tmp/.git-crypt-key - secrets: - - git_crypt_key - name: Install Node packages image: node:18.14.2-slim commands: