This commit is contained in:
loviuz 2021-05-15 15:55:09 +02:00 committed by GitHub
parent 0de30dd70f
commit 26324c140a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Move OSM to apache directory
run: mv ../openstamanager /var/www/html/openstamanager
run: sudo mv ../openstamanager /var/www/html/openstamanager
- name: Startup Apache2
run: sudo service apache2 start
@ -103,7 +103,7 @@ jobs:
npm run build-OSM
- name: Directory Permissions
run: chmod -R 777 files backup logs
run: chmod -R 777 /var/www/html/openstamanager
- name: Check out test repository
uses: actions/checkout@v2