ci: Remove git-crypt from deployment script
All checks were successful
ci/woodpecker/manual/build-site Pipeline was successful

This commit is contained in:
Thomas A. Christensen II 2024-12-01 19:47:24 -07:00
parent 12c55c504b
commit 8b2cdb8f2f
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -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: