f
Some checks failed
Deploy Production / deploy (push) Failing after 1s

This commit is contained in:
Заид Омар Медхат 2025-12-26 00:28:19 +05:00
parent 2876bec552
commit 28a5507a01

View File

@ -9,8 +9,16 @@ on:
jobs:
deploy:
runs-on: docker
container:
image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- uses: actions/checkout@v4
- name: Install git
run: apk add --no-cache git
- name: Clone repository
run: git clone --depth 1 https://git.ai-assistant-bot.xyz/root/finance-api.git .
- name: Build & Deploy
run: |