Skip to content

feat: upgrade to 20.0.0-rc4 #12

feat: upgrade to 20.0.0-rc4

feat: upgrade to 20.0.0-rc4 #12

Workflow file for this run

name: CI Build
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Trigger Production Build
shell: bash
env:
SUPER_SECRET: ${{ secrets.SUPERSECRET }}
run: |
curl --fail -m 900 --request POST --url "http://backend.sorobix.xyz:6969/update/${{ github.sha }}/${SUPER_SECRET}"