mirror of
https://github.com/ivabus/www
synced 2024-11-13 04:15:14 +03:00
test
This commit is contained in:
parent
fee0eb2fd6
commit
cbb71d81aa
3
.github/workflows/staging.yml
vendored
3
.github/workflows/staging.yml
vendored
|
@ -73,7 +73,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
|
||||||
- run: echo "TeaXYZ-${STAGE}"
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
@ -97,7 +96,7 @@ jobs:
|
||||||
|
|
||||||
- name: get cdk bucket
|
- name: get cdk bucket
|
||||||
run: |
|
run: |
|
||||||
aws s3 ls | grep teaxyz-pr-${{ steps.PR.outputs.number }}
|
aws s3 ls | "grep teaxyz-pr-${{ steps.PR.outputs.number }}"
|
||||||
|
|
||||||
|
|
||||||
# sync images from www.tea.xyz/Images/packages to wherever bucket you are
|
# sync images from www.tea.xyz/Images/packages to wherever bucket you are
|
||||||
|
|
Loading…
Reference in a new issue