Change permissions on final files from dev build
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:
2024-05-03 18:01:45 -07:00
parent 97a4447d91
commit 7c4860fbb4

View File

@@ -6,8 +6,6 @@ jobs:
Build-PWA:
runs-on: ubuntu-22.04
steps:
- name: Debugging
run: printenv
- name: Check out repository code
uses: actions/checkout@v4
- name: Install node modules
@@ -21,4 +19,6 @@ jobs:
- name: Copy new dev pwa
run: |
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"