mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:15:14 +03:00
log bucket
This commit is contained in:
parent
cbb71d81aa
commit
fbbff52968
10
.github/workflows/staging.yml
vendored
10
.github/workflows/staging.yml
vendored
|
@ -86,17 +86,17 @@ jobs:
|
|||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-1
|
||||
|
||||
- name: Deploy to AWS
|
||||
id: cdk_deploy
|
||||
run: yarn deploy
|
||||
working-directory: .cdk
|
||||
# - name: Deploy to AWS
|
||||
# id: cdk_deploy
|
||||
# run: yarn deploy
|
||||
# working-directory: .cdk
|
||||
|
||||
- uses: 8BitJonny/gh-get-current-pr@2.1.3
|
||||
id: PR
|
||||
|
||||
- name: get cdk bucket
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue