CI : Use simple git clone instead of checkout action
Some checks failed
Deploy / Deploy to Production (push) Failing after 9s
Some checks failed
Deploy / Deploy to Production (push) Failing after 9s
This commit is contained in:
parent
b0fbfaefcd
commit
0f0cf82ca9
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone --depth 1 --branch main http://forgejo:3000/${{ github.repository }}.git .
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: Deploy via FTP
|
- name: Deploy via FTP
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue