Skip to content

Typo fix

Typo fix #29

Workflow file for this run

name: "CI/CD Deploy"
on: [ push ]
jobs:
memory-leaks:
name: Deploy the bialger.com (except for EasyMusic backend)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Wait a bit
run: |
sleep 5m
- name: Run refresh script
run: |
curl -X POST -F "login=${{ secrets.ADMIN_LOGIN }}" -F "password=${{ secrets.ADMIN_PASSWORD }}" https://bialger.com/scripts/php/refresh.php
sleep 1m
curl -X POST -F "login=${{ secrets.ADMIN_LOGIN }}" -F "password=${{ secrets.ADMIN_PASSWORD }}" https://bialger.com/scripts/php/refresh.php