update
This commit is contained in:
parent
5a219617ea
commit
293f2b4d68
3 changed files with 3 additions and 3 deletions
|
@ -36,6 +36,6 @@ jobs:
|
|||
source-directory: './compilators/debian/nginx/dist'
|
||||
target-directory: './debian/nginx/dist'
|
||||
destination-github-username: 'CloudVisionApps'
|
||||
destination-repository-name: 'PhyrePanelDist'
|
||||
destination-repository-name: 'PhyrePanelNginxDist'
|
||||
user-email: bobicloudvision@gmail.com
|
||||
target-branch: main
|
|
@ -36,6 +36,6 @@ jobs:
|
|||
source-directory: './compilators/debian/php/dist'
|
||||
target-directory: './debian/php/dist'
|
||||
destination-github-username: 'CloudVisionApps'
|
||||
destination-repository-name: 'PhyrePanelDist'
|
||||
destination-repository-name: 'PhyrePanelPHPDist'
|
||||
user-email: bobicloudvision@gmail.com
|
||||
target-branch: main
|
2
.github/workflows/compile-web-panel.yml
vendored
2
.github/workflows/compile-web-panel.yml
vendored
|
@ -61,6 +61,6 @@ jobs:
|
|||
with:
|
||||
source-directory: './dist'
|
||||
destination-github-username: 'CloudVisionApps'
|
||||
destination-repository-name: 'PhyrePanelDist'
|
||||
destination-repository-name: 'PhyrePanelWebDist'
|
||||
user-email: bobicloudvision@gmail.com
|
||||
target-branch: main
|
||||
|
|
Loading…
Reference in a new issue