Skip to content

oh my goodness you can change the colors!!! #4

oh my goodness you can change the colors!!!

oh my goodness you can change the colors!!! #4

Workflow file for this run

# For more details, read this: https://coolify.io/docs/github-actions
name: Deploy
on:
push:
branches: ["main"]
env:
REGISTRY: ghcr.io
IMAGE_NAME: "andrasbacsai/github-actions-with-coolify"
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 }}'