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: 5899e2ef393b26ff75293c7a7efc10106e1749a8
Choose a base ref
...
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1473506f1737ba36bb3cc36ea885de9fb21d40c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 14, 2024

  1. fix docker CD

    Mafyuh committed Oct 14, 2024
    Copy the full SHA
    49c2232 View commit details
  2. Copy the full SHA
    b147350 View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 .forgejo/workflows/CD.yml
5 changes: 2 additions & 3 deletions .forgejo/workflows/CD.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@ name: Deploy to Hosts
on:
pull_request:
types: [closed]
paths:
- 'docker/**'

jobs:
deploy:
@@ -81,9 +83,6 @@ jobs:
twingate)
target_host="twingate.lan"
;;
whisper)
target_host="whisper.lan"
;;
# Add cases for other folders/hosts
*)
echo "Unknown folder: $folder"