This commit is contained in:
parent
23e3fdbdf5
commit
ac55eced09
@ -10,7 +10,8 @@ steps:
|
||||
from_secret: build_username
|
||||
dockerfile: Containerfile
|
||||
tags: latest
|
||||
secrets: id=CONFIG_JSON
|
||||
config_json:
|
||||
from_secret: config_json
|
||||
when:
|
||||
- branch: 'master'
|
||||
event: push
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
cp /run/secrets/config_json config.json
|
||||
echo "$CONFIG_JSON" >> config.json
|
||||
for d in packs/*/ ; do
|
||||
sticker-pack "$d" --add-to-index web/packs/
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user