Compare commits
No commits in common. "8d11d2c3eca59d14cdde1d339658a0f42a602340" and "8651c42fd768fc2802d8a9ea9594b82fb61bd8f4" have entirely different histories.
8d11d2c3ec
...
8651c42fd7
1 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ jobs:
|
|||
echo "::set-output name=folders::$folders"
|
||||
|
||||
- name: Deploy to hosts
|
||||
shell: bash
|
||||
run: |
|
||||
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
|
||||
for folder in "${folder_array[@]}"; do
|
||||
|
@ -87,7 +86,6 @@ jobs:
|
|||
;;
|
||||
esac
|
||||
echo "Deploying to $target_host for folder $folder"
|
||||
|
||||
echo "target_host=$target_host" >> $GITHUB_ENV
|
||||
echo "folder=$folder" >> $GITHUB_ENV
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue