Skip to content

Commit a42be5c

Browse files
committed
wip
1 parent e4669d3 commit a42be5c

3 files changed

Lines changed: 186 additions & 223 deletions

File tree

.github/workflows/deploy copy.yml

Lines changed: 0 additions & 142 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ jobs:
166166
167167
# Optional: Set permissions AFTER deployment if needed for volumes etc.
168168
# Consider more secure permissions than 777
169-
# echo "Setting permissions..."
170-
# sudo chown -R www-data:www-data /path/to/volumes/like/storage
171-
# sudo chmod -R 775 /path/to/volumes/like/storage
169+
echo "Setting permissions..."
170+
sudo chown -R www-data:www-data /var/www/apps/imagexbasic
171+
sudo chmod -R 777 /var/www/apps/imagexbasic

0 commit comments

Comments
 (0)