Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
7990db94af
#16 Trigger workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
SSH and echo to file / ssh (push) Successful in 37s
2024-10-25 13:29:23 -07:00
Joey Hafner
97ecf6fe56
#16 Fix typo 2024-10-25 13:29:09 -07:00
2 changed files with 10 additions and 9 deletions

View File

@ -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