more-deployment
This commit is contained in:
parent
c252b8420b
commit
0661f5dd3f
4 changed files with 7 additions and 12 deletions
|
@ -16,5 +16,8 @@ jobs:
|
|||
git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}/${REPO}.git .
|
||||
git fetch
|
||||
git checkout ${{ github.head_ref }}
|
||||
- name: list
|
||||
run: ls
|
||||
- name: prepare deploy
|
||||
run: sh ./deploy/prepare-deploy.sh
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue