reconfigured workflow
This commit is contained in:
@@ -35,4 +35,10 @@ jobs:
|
||||
stack_name=$(basename $(dirname "$file"))
|
||||
echo "🚀 Deploying: $stack_name"
|
||||
docker stack deploy -c "$file" "$stack_name" --with-registry-auth
|
||||
done
|
||||
done
|
||||
|
||||
- name: Reload Caddy
|
||||
if: steps.changes.outputs.changed != ''
|
||||
run: |
|
||||
echo "🔄 Restarting Caddy..."
|
||||
docker service update --force caddy_caddy
|
||||
Reference in New Issue
Block a user