We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4937685 commit f8e6ea4Copy full SHA for f8e6ea4
.github/workflows/CD.yml
@@ -30,5 +30,7 @@ jobs:
30
sudo apt-get install wget
31
wget https://github.com/mozilla/sops/releases/download/v3.7.0/sops_3.7.0_amd64.deb
32
sudo dpkg -i sops_3.7.0_amd64.deb
33
-
+
34
+ - name: Decrypt Secrets
35
+ run: make sops-decrypt-nodejs
36
Makefile
@@ -11,3 +11,5 @@ install-serverless-plugins:
11
deploy-nodejs:
12
cd nodejs-functions ; pwd ; $(MAKE) deploy
13
14
+sops-decrypt-nodejs:
15
+ cd nodejs-functions ; pwd ; $(MAKE) sops-decrypt
0 commit comments