Skip to content

frontend: added link to github #115

frontend: added link to github

frontend: added link to github #115

Workflow file for this run

name: Deploy
concurrency: deploy
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
deploy:
if: github.repository == 'trnila/assistant'
runs-on: ubuntu-latest
steps:
- run: 'curl -X POST --fail -s -H"Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" https://trnila.eu/hooks/assistant'