Skip to content

Commit 03ff2ac

Browse files
committed
fix: added secrets to whisk-system
missed to add the secrets.zip to whisk-system.sh file used during the docker image build
1 parent 35546d7 commit 03ff2ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

whisk-system.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ cd ${HOME}/actions/login
2828
rm -f ${HOME}/deploy/whisk-system/login.zip
2929
zip -r ${HOME}/deploy/whisk-system/login.zip *
3030

31+
cp ${HOME}/nuvolaris/config.py ${HOME}/nuvolaris/couchdb_util.py ${HOME}/nuvolaris/user_config.py ${HOME}/actions/secrets/nuvolaris
32+
cd ${HOME}/actions/secrets
33+
rm -f ${HOME}/deploy/whisk-system/secrets.zip
34+
zip -r ${HOME}/deploy/whisk-system/secrets.zip *
35+
3136
cd ${HOME}/actions/content
3237
mkdir -p ${HOME}/actions/content/common
3338
cp ${HOME}/actions/common/minio_util.py ${HOME}/actions/content/common

0 commit comments

Comments
 (0)