ci: Remove git-crypt from deployment script
All checks were successful
ci/woodpecker/manual/build-site Pipeline was successful
All checks were successful
ci/woodpecker/manual/build-site Pipeline was successful
This commit is contained in:
parent
12c55c504b
commit
8b2cdb8f2f
1 changed files with 0 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue