Change permissions on final files from dev build
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 38s
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 38s
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -6,8 +6,6 @@ jobs:
|
|||||||
Build-PWA:
|
Build-PWA:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Debugging
|
|
||||||
run: printenv
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install node modules
|
- name: Install node modules
|
||||||
@@ -21,4 +19,6 @@ jobs:
|
|||||||
- name: Copy new dev pwa
|
- name: Copy new dev pwa
|
||||||
run: |
|
run: |
|
||||||
cp -R ${{ gitea.workspace }}/www/* /var/www/html/alvinn-dev
|
cp -R ${{ gitea.workspace }}/www/* /var/www/html/alvinn-dev
|
||||||
|
chgrp -R www-data /var/www/html/alvinn-dev/*
|
||||||
|
chmod -R g+w /var/www/html/alvinn-dev/*
|
||||||
echo "New files copied"
|
echo "New files copied"
|
||||||
|
|||||||
Reference in New Issue
Block a user