Skip to content

Commit f8e6ea4

Browse files
committed
config: SOPS decrypt
1 parent 4937685 commit f8e6ea4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
sudo apt-get install wget
3131
wget https://github.com/mozilla/sops/releases/download/v3.7.0/sops_3.7.0_amd64.deb
3232
sudo dpkg -i sops_3.7.0_amd64.deb
33-
33+
34+
- name: Decrypt Secrets
35+
run: make sops-decrypt-nodejs
3436

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ install-serverless-plugins:
1111
deploy-nodejs:
1212
cd nodejs-functions ; pwd ; $(MAKE) deploy
1313

14+
sops-decrypt-nodejs:
15+
cd nodejs-functions ; pwd ; $(MAKE) sops-decrypt

0 commit comments

Comments
 (0)