mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
CI
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
extensions: zip, mbstring, pdo_mysql, dom, xsl, openssl, intl, curl, soap, gd
|
extensions: zip, mbstring, pdo_mysql, mysql, dom, xsl, openssl, intl, curl, soap, gd
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
@@ -97,6 +97,7 @@ jobs:
|
|||||||
sudo cp -R * /var/www/html/
|
sudo cp -R * /var/www/html/
|
||||||
sudo rm /var/www/html/index.html
|
sudo rm /var/www/html/index.html
|
||||||
sudo chmod -R 0777 /var/www/html/
|
sudo chmod -R 0777 /var/www/html/
|
||||||
|
sudo rm /var/www/html/.htaccess
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user