Compare commits
2 Commits
1c450159af
...
7990db94af
Author | SHA1 | Date | |
---|---|---|---|
|
7990db94af | ||
|
97ecf6fe56 |
@ -40,4 +40,5 @@ jobs:
|
|||||||
export SOPS_AGE_KEY_FILE=/tmp/combined.key
|
export SOPS_AGE_KEY_FILE=/tmp/combined.key
|
||||||
sops decrypt -i --input-type json config.boot 2>/dev/null && echo "Decrypted config.boot"
|
sops decrypt -i --input-type json config.boot 2>/dev/null && echo "Decrypted config.boot"
|
||||||
- name: Push config to VyOS
|
- name: Push config to VyOS
|
||||||
|
run: |
|
||||||
SSH_CMD="ssh -i /tmp/key" SCP_CMD="scp -i /tmp/key -q" ./vyos.sh push
|
SSH_CMD="ssh -i /tmp/key" SCP_CMD="scp -i /tmp/key -q" ./vyos.sh push
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user