[PR #592] [CLOSED] Adds Auto Deploy Command #842

Closed
opened 2026-02-05 17:56:17 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/592
Author: @notAreYouScared
Created: 9/28/2024
Status: Closed

Base: mainHead: addAutoDeploy


📝 Commits (3)

  • 46b61b6 Adds Auto Deploy Command
  • 2ed85ae Update app/Services/Nodes/NodeAutoDeployService.php
  • c9e7c73 Update app/Services/Nodes/NodeAutoDeployService.php

📊 Changes

3 files changed (+74 additions, -14 deletions)

View changed files

📝 app/Filament/Resources/NodeResource/Pages/EditNode.php (+39 -13)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+1 -1)
app/Services/Nodes/NodeAutoDeployService.php (+34 -0)

📄 Description

Co-authored By: @RMartinOscar

Adds the Auto Deploy button


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/592 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 9/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `addAutoDeploy` --- ### 📝 Commits (3) - [`46b61b6`](https://github.com/pelican-dev/panel/commit/46b61b62114ef8ce69cd3ea4c69841d384ee33ea) Adds Auto Deploy Command - [`2ed85ae`](https://github.com/pelican-dev/panel/commit/2ed85aedea70fe9bba3171a2e58f34176e052894) Update app/Services/Nodes/NodeAutoDeployService.php - [`c9e7c73`](https://github.com/pelican-dev/panel/commit/c9e7c73f275eb22c3239e57545a7f521b60e05c2) Update app/Services/Nodes/NodeAutoDeployService.php ### 📊 Changes **3 files changed** (+74 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/NodeResource/Pages/EditNode.php` (+39 -13) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+1 -1) ➕ `app/Services/Nodes/NodeAutoDeployService.php` (+34 -0) </details> ### 📄 Description Co-authored By: @RMartinOscar Adds the Auto Deploy button --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:56:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#842