Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mafyuh/iac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8651c42fd768fc2802d8a9ea9594b82fb61bd8f4
Choose a base ref
...
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8d11d2c3eca59d14cdde1d339658a0f42a602340
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 6, 2024

  1. fix cd

    Mafyuh committed Dec 6, 2024
    Copy the full SHA
    a6b514e View commit details
  2. Copy the full SHA
    8d11d2c View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 .forgejo/workflows/ansibleCD.yml
2 changes: 2 additions & 0 deletions .forgejo/workflows/ansibleCD.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ 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
@@ -86,6 +87,7 @@ jobs:
;;
esac
echo "Deploying to $target_host for folder $folder"
echo "target_host=$target_host" >> $GITHUB_ENV
echo "folder=$folder" >> $GITHUB_ENV
done