parent
5af718bb7f
commit
5dfd35f10c
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -6,20 +6,15 @@ jobs:
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
GIT_SERVER: devops.lty.name
|
||||||
DEPLOY_SERVER: copy.lty.name
|
DEPLOY_SERVER: copy.lty.name
|
||||||
DEPLOY_SERVER_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKn1tARbrf+klrF31iN1Q0otmL1AvDDI87kC7HLo5ix
|
DEPLOY_SERVER_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKn1tARbrf+klrF31iN1Q0otmL1AvDDI87kC7HLo5ix
|
||||||
DEPLOY_TARGET: homepage
|
DEPLOY_TARGET: homepage
|
||||||
ACTIONS_STEP_DEBUG: true
|
|
||||||
GIT_CURL_VERBOSE: 1
|
|
||||||
GIT_TRACE: 1
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }}
|
||||||
git lfs install
|
git lfs install
|
||||||
git config --list
|
|
||||||
git lfs pull
|
git lfs pull
|
||||||
# - uses: actions/setup-python@v5
|
# - uses: actions/setup-python@v5
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user