feat: add deployment steps for Backend and Frontend to Dokploy
Some checks failed
Release and Build Docker Images / release-and-build (push) Failing after 2m14s
Some checks failed
Release and Build Docker Images / release-and-build (push) Failing after 2m14s
This commit is contained in:
@@ -147,3 +147,11 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VITE_APP_VERSION=${{ steps.generate.outputs.new_tag }}
|
VITE_APP_VERSION=${{ steps.generate.outputs.new_tag }}
|
||||||
VITE_BASE_URL=https://todo.almazlar.com/api
|
VITE_BASE_URL=https://todo.almazlar.com/api
|
||||||
|
|
||||||
|
- name: Deploy to Dokploy (Backend)
|
||||||
|
run: |
|
||||||
|
curl -X POST "${{ secrets.DOKPLOY_BACKEND_WEBHOOK_URL }}"
|
||||||
|
|
||||||
|
- name: Deploy to Dokploy (Frontend)
|
||||||
|
run: |
|
||||||
|
curl -X POST "${{ secrets.DOKPLOY_FRONTEND_WEBHOOK_URL }}"
|
||||||
Reference in New Issue
Block a user