Compare commits
No commits in common. "607c78ab191e3e8869130986b4bebee6d9706ef3" and "3ce5aa276050860ab8f29a3329c2e48da2876efe" have entirely different histories.
607c78ab19
...
3ce5aa2760
1 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
fi
|
||||
folders=$(git diff --name-only HEAD~1 HEAD | grep '^docker/' | cut -d/ -f2 | sort | uniq)
|
||||
echo "Modified folders: $folders"
|
||||
echo "::set-output name=folders::$folders"
|
||||
echo "::set-output name=folders::$folders"
|
||||
|
||||
- name: Deploy to hosts
|
||||
run: |
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
;;
|
||||
npm)
|
||||
target_host="npm.lan"
|
||||
;;
|
||||
;;
|
||||
paperless)
|
||||
target_host="ubu.lan"
|
||||
;;
|
||||
|
@ -124,4 +124,3 @@ jobs:
|
|||
sleep 15
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue