move it to github actions run step

This commit is contained in:
Patrick Burns 2024-04-07 19:46:21 -05:00
parent f65a8c1e12
commit a361d593e5
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,9 @@ jobs:
- name: Build Docker services - name: Build Docker services
run: docker-compose up -d run: docker-compose up -d
- name: Populate dxcc_entities table
run: curl "http://localhost/index.php/update/dxcc_entities"
- name: Install Cypress - name: Install Cypress
run: npm install cypress run: npm install cypress

View File

@ -79,7 +79,5 @@ rm -rf /install
echo "Replacement complete." echo "Replacement complete."
php /var/www/html/index.php update dxcc_entities
# Start Apache in the foreground # Start Apache in the foreground
exec apache2-foreground exec apache2-foreground