move it to github actions run step

pull/3066/head
Patrick Burns 2024-04-07 19:46:21 -05:00
rodzic f65a8c1e12
commit a361d593e5
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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