Skip to content

update: rust 1.72

update: rust 1.72 #19

Workflow file for this run

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