Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 11s
Some checks failed
deploy blog / deploy (push) Failing after 11s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
a4d258384e
commit
b74d61cc48
1 changed files with 3 additions and 3 deletions
|
|
@ -10,10 +10,10 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: Checkout repo
|
||||||
pwd
|
run: |
|
||||||
ls -la
|
|
||||||
apk --no-cache add git
|
apk --no-cache add git
|
||||||
|
git clone -b ${{ env.FORGEJO_REF_NAME }} https://git.berlin.ccc.de/cccb-website-team/www.git .
|
||||||
git status
|
git status
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue