status-nordgedanken-dev

📈 Uptime monitor and status page for Nordgedanken, powered by @upptime
git clone git://archive.git.mtrnord.blog/Nordgedanken/status-nordgedanken-dev.git
Log | Files | Refs | README | LICENSE

updates.yml (804B)


      1 # This file was generated by upptime/uptime-monitor@v1.26.1
      2 #
      3 # ===============================
      4 # Do not edit this file directly!
      5 # ===============================
      6 #
      7 # Your changes will be overwritten when the template updates (daily)
      8 # Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs
      9 
     10 name: Updates CI
     11 on:
     12   schedule:
     13     - cron: "0 3 * * *"
     14   repository_dispatch:
     15     types: [updates]
     16   workflow_dispatch:
     17 jobs:
     18   release:
     19     name: Deploy updates
     20     runs-on: ubuntu-18.04
     21     steps:
     22       - name: Checkout
     23         uses: actions/checkout@v2.3.3
     24         with:
     25           ref: ${{ github.head_ref }}
     26           token: ${{ secrets.GITHUB_TOKEN }}
     27       - name: Update code
     28         uses: upptime/updates@master
     29         env:
     30           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}