From 67704b77696aa972d4dba77891d30b195d5e4d7c Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:20:53 +0200 Subject: [PATCH] Revert "Seeing if this fixes staging" This reverts commit 8419d56ec8c741c76066f3d8d1d55cd8b9e13526. --- .github/workflows/staging.yml | 43 ++++++++++++++++------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index acb2a4c..a73d345 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -46,10 +46,7 @@ jobs: cmd: '.github/build-package-pages.sh src/data/packages.json src/content' - uses: teaxyz/setup@v0 - - run: | - npx --no-install babel -f scripts/bottles.jsx --out-file=/tmp/compileOut-3679273180.js - npx --no-install babel -f scripts/package-bottles.jsx --out-file=/tmp/compileOut-3200062911.js - working-directory: src + - run: tea -E just ci # - name: Check for broken links # uses: lycheeverse/lychee-action@v1 @@ -89,24 +86,24 @@ jobs: - name: get cdk bucket id: DEPLOY_BUCKET - run: | - BUCKET=$(aws s3 ls | grep $(echo teaxyz-pr-$GITHUB_REF_SLUG_URL | sed "s/-merge//") | grep -o '[^ ]*$') - echo "bucket=$BUCKET" >> $GITHUB_OUTPUT + run: | + BUCKET=$(aws s3 ls | grep $(echo teaxyz-pr-$GITHUB_REF_SLUG_URL | sed "s/-merge//") | grep -o '[^ ]*$') + echo "bucket=$BUCKET" >> $GITHUB_OUTPUT - - name: cp package images from prod to preview bucket - run: | - aws s3 cp s3://www.tea.xyz/Images/packages \ - s3://$NEW_BUCKET/Images/packages \ - --recursive - env: - NEW_BUCKET: ${{ steps.DEPLOY_BUCKET.outputs.bucket }} + - name: cp package images from prod to preview bucket + run: | + aws s3 cp s3://www.tea.xyz/Images/packages \ + s3://$NEW_BUCKET/Images/packages \ + --recursive + env: + NEW_BUCKET: ${{ steps.DEPLOY_BUCKET.outputs.bucket }} - - name: Seal Deployment - uses: bobheadxi/deployments@v1 - if: always() - with: - step: finish - status: ${{ job.status }} - deployment_id: ${{ steps.deployment.outputs.deployment_id }} - env: ${{ env.STAGE }} - env_url: ${{ steps.cdk_deploy.outputs.env_url }} + - name: Seal Deployment + uses: bobheadxi/deployments@v1 + if: always() + with: + step: finish + status: ${{ job.status }} + deployment_id: ${{ steps.deployment.outputs.deployment_id }} + env: ${{ env.STAGE }} + env_url: ${{ steps.cdk_deploy.outputs.env_url }}