Update compile-ngix-package.yml
This commit is contained in:
parent
d170f5bddd
commit
992d1fd20f
1 changed files with 6 additions and 8 deletions
14
.github/workflows/compile-ngix-package.yml
vendored
14
.github/workflows/compile-ngix-package.yml
vendored
|
@ -28,14 +28,12 @@ jobs:
|
|||
ls
|
||||
|
||||
- name: Pushes to Phyre Panel Dist Repo
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
uses: nkoppel/push-files-to-another-repository@1.1.0
|
||||
env:
|
||||
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
with:
|
||||
source-directory: './compilators/debian/nginx/dist'
|
||||
target-directory: './debian/nginx/dist'
|
||||
destination-github-username: 'CloudVisionApps'
|
||||
destination-repository-name: 'PhyrePanelDist'
|
||||
user-email: bobicloudvision@gmail.com
|
||||
target-branch: main
|
||||
source-files: './compilators/debian/nginx/dist'
|
||||
destination-username: 'CloudVisionApps'
|
||||
destination-repository: 'PhyrePanelDist'
|
||||
destination-directory: './debian/nginx/dist'
|
||||
commit-email: 'bobicloudvision@gmail.com'
|
||||
|
|
Loading…
Add table
Reference in a new issue