Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Merge pull request #19 from CuteDog5695/main #464

Merge pull request #19 from CuteDog5695/main

Merge pull request #19 from CuteDog5695/main #464

Workflow file for this run

name: Build Static Image
on:
push:
branches: ["main"]
jobs:
amd64:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Deploy to Coolify
run: |
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'