Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Apr 22, 2024
1 parent 7cd81d0 commit f20018d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-web-panel.yml.stop-for-now
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
target-branch: main
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
target-branch: main
2 changes: 1 addition & 1 deletion compilators/debian/web-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cloudvisionapps/phyre-web-terminal-ws",
"name": "phyreapps/phyre-web-terminal-ws",
"private": true,
"version": "1.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion web/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cloudvision/phyrepanel",
"name": "phyreapps/phyrepanel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
Expand Down

0 comments on commit f20018d

Please sign in to comment.