mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30: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 }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
with:
|
with:
|
||||||
source-directory: './dist'
|
source-directory: './dist'
|
||||||
destination-github-username: 'CloudVisionApps'
|
destination-github-username: 'PhyreApps'
|
||||||
destination-repository-name: 'PhyrePanelWebDist'
|
destination-repository-name: 'PhyrePanelWebDist'
|
||||||
user-email: bobicloudvision@gmail.com
|
user-email: bobicloudvision@gmail.com
|
||||||
target-branch: main
|
target-branch: main
|
||||||
|
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source-directory: './compilators/debian/web-terminal/dist'
|
source-directory: './compilators/debian/web-terminal/dist'
|
||||||
target-directory: './debian/web-terminal/dist'
|
target-directory: './debian/web-terminal/dist'
|
||||||
destination-github-username: 'CloudVisionApps'
|
destination-github-username: 'PhyreApps'
|
||||||
destination-repository-name: 'PhyrePanelWebTerminalDist'
|
destination-repository-name: 'PhyrePanelWebTerminalDist'
|
||||||
user-email: bobicloudvision@gmail.com
|
user-email: bobicloudvision@gmail.com
|
||||||
target-branch: main
|
target-branch: main
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "cloudvisionapps/phyre-web-terminal-ws",
|
"name": "phyreapps/phyre-web-terminal-ws",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
LABEL maintainer="CloudVisionApps1"
|
LABEL maintainer="PhyreAppsDevelopers"
|
||||||
|
|
||||||
# Install initial dependencies
|
# Install initial dependencies
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "cloudvision/phyrepanel",
|
"name": "phyreapps/phyrepanel",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "The skeleton application for the Laravel framework.",
|
"description": "The skeleton application for the Laravel framework.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in a new issue