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

View File

@ -18,9 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Move OSM to apache directory
run: sudo mv ../openstamanager /var/www/html/openstamanager
- name: Startup Apache2
run: sudo service apache2 start
@ -102,6 +99,9 @@ jobs:
yarn install
npm run build-OSM
- name: Move OSM to apache directory
run: sudo mv ../openstamanager /var/www/html/openstamanager
- name: Directory Permissions
run: chmod -R 777 /var/www/html/openstamanager