update
This commit is contained in:
parent
1c0192d393
commit
18c074fafa
2 changed files with 15 additions and 4 deletions
15
.github/workflows/compile-ngix-package.yml
vendored
15
.github/workflows/compile-ngix-package.yml
vendored
|
@ -22,4 +22,17 @@ jobs:
|
|||
cd compilators/debian
|
||||
chmod 775 ./nginx-compile.sh
|
||||
./nginx-compile.sh
|
||||
ls
|
||||
|
||||
# - uses: stefanzweifel/git-auto-commit-action@v5
|
||||
# with:
|
||||
# commit_user_name: Cloud Vision Bot
|
||||
# commit_user_email: bobicloudvision@gmail.com
|
||||
# commit_author: Cloud Vision Bot <bobicloudvision@gmail.com>
|
||||
#
|
||||
# commit_message: Upload compiled packages
|
||||
# repository: ./
|
||||
# skip_checkout: true
|
||||
# push_options: '--force'
|
||||
# skip_fetch: true
|
||||
# create_branch: true
|
||||
# # status_options: '--untracked-files=no'
|
||||
|
|
|
@ -22,6 +22,4 @@ sudo mkdir usr/local/alphax
|
|||
|
||||
sudo mv /usr/local/alphax/nginx usr/local/alphax
|
||||
|
||||
ls -l
|
||||
|
||||
|
||||
ls
|
||||
|
|
Loading…
Reference in a new issue