fix
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
if: ${{ inputs.lfs }}
|
if: ${{ inputs.lfs == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
UrlBase=$GITHUB_SERVER_URL; \
|
UrlBase=$GITHUB_SERVER_URL; \
|
||||||
UrlLfsBase=$UrlBase/${{ github.repository }}.git/info/lfs/objects; \
|
UrlLfsBase=$UrlBase/${{ github.repository }}.git/info/lfs/objects; \
|
||||||
|
|||||||
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
source .env
|
source .env
|
||||||
cat .env
|
cat .env
|
||||||
- name: Migrate
|
- name: Migrate
|
||||||
if: ${{ inputs.migrate }}
|
if: ${{ inputs.migrate == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head
|
docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user