This commit is contained in:
parent
2876bec552
commit
28a5507a01
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user