Skip to content

fix: update docker-compose file name in update script #3

fix: update docker-compose file name in update script

fix: update docker-compose file name in update script #3

Workflow file for this run

name: Main workflow
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Webhook 📲
uses: wei/curl@master
with:
args: ${{ vars.DEPLOY_WEBHOOK_URL }}?secret=${{ secrets.DEPLOY_WEBHOOK_SECRET }}