mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
update
This commit is contained in:
parent
7cd81d08aa
commit
f20018d081
5 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@ jobs:
|
|||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
source-directory: './dist'
|
||||
destination-github-username: 'CloudVisionApps'
|
||||
destination-github-username: 'PhyreApps'
|
||||
destination-repository-name: 'PhyrePanelWebDist'
|
||||
user-email: bobicloudvision@gmail.com
|
||||
target-branch: main
|
||||
|
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
source-directory: './compilators/debian/web-terminal/dist'
|
||||
target-directory: './debian/web-terminal/dist'
|
||||
destination-github-username: 'CloudVisionApps'
|
||||
destination-github-username: 'PhyreApps'
|
||||
destination-repository-name: 'PhyrePanelWebTerminalDist'
|
||||
user-email: bobicloudvision@gmail.com
|
||||
target-branch: main
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "cloudvisionapps/phyre-web-terminal-ws",
|
||||
"name": "phyreapps/phyre-web-terminal-ws",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ubuntu:22.04
|
||||
LABEL maintainer="CloudVisionApps1"
|
||||
LABEL maintainer="PhyreAppsDevelopers"
|
||||
|
||||
# Install initial dependencies
|
||||
RUN apt-get update \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "cloudvision/phyrepanel",
|
||||
"name": "phyreapps/phyrepanel",
|
||||
"type": "project",
|
||||
"description": "The skeleton application for the Laravel framework.",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in a new issue