Compare commits

..

2 Commits

Author SHA1 Message Date
90db7de843 Merge branch 'main' of https://gitea.iceberg-gaming.com/17th-Ranger-Battalion-ORG/milsim-site-v4
All checks were successful
Testing Site CD / Update Development (push) Successful in 3m46s
2026-02-13 11:03:30 -06:00
a1996419d6 fix database migration caller on deploy scripts
annoying niggle of using containerized setup is binaries you'd think would be in a path across all user contexts... just isn't
2026-02-13 11:03:23 -06:00
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ jobs:
- name: Run Database Migrations - name: Run Database Migrations
run: | run: |
cd /var/www/html/milsim-site-v4/api cd /var/www/html/milsim-site-v4/api
sudo -u nginx npx db-migrate up -e prod npx db-migrate up -e prod
chown -R nginx:nginx .
- name: Reset File Permissions - name: Reset File Permissions
run: | run: |

View File

@@ -92,7 +92,8 @@ jobs:
- name: Run Database Migrations - name: Run Database Migrations
run: | run: |
cd /var/www/html/milsim-site-v4/api cd /var/www/html/milsim-site-v4/api
sudo -u nginx npx db-migrate up -e prod npx db-migrate up -e prod
chown -R nginx:nginx .
- name: Reset File Permissions - name: Reset File Permissions
run: | run: |