Anyone using Github actions for your deployments?

Are you using systemd to restart your app too?

    - name: Restart app
      systemd:
        name: my_app
        state: restarted
      become: yes