Skip to content

Commit

Permalink
TEMP: S3_PREFIX=...-cnb/
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jun 8, 2024
1 parent 695e259 commit 5ce63ec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/platform-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Platform packages build and deploy to -develop/
run-name: Build ${{ inputs.dry-run == true && 'w/o deploy' || '& deploy' }}${{ inputs.overwrite == true && '(+overwrite)' || '' }} to dist-${{inputs.stack}}-develop/
name: Platform packages build and deploy to -cnb/
run-name: Build ${{ inputs.dry-run == true && 'w/o deploy' || '& deploy' }}${{ inputs.overwrite == true && '(+overwrite)' || '' }} to dist-${{inputs.stack}}-cnb/

env:
dst_path_suffix: "-stable/"
dst_path_suffix: "-cnb-stable/"

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platform-remove.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Platform packages removal from -develop/
run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-develop/
name: Platform packages removal from -cnb/
run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-cnb/

on:
workflow_dispatch:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/platform-sync.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Platform packages sync from -develop/ to -stable/
run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-develop/ to dist-$STACK-stable/
name: Platform packages sync from -cnb/ to -cnb-stable/
run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-cnb/ to dist-$STACK-cnb-stable/

env:
stacks_list_for_shell_expansion: "{heroku-20,heroku-22,heroku-24-amd64,heroku-24-arm64}"
src_path_suffix: "-develop/"
dst_path_suffix: "-stable/"
src_path_suffix: "-cnb/"
dst_path_suffix: "-cnb-stable/"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion support/build/_docker/heroku-20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH
WORKDIR /app
ENV WORKSPACE_DIR=/app/support/build
ENV S3_BUCKET=lang-php
ENV S3_PREFIX=dist-heroku-20-develop/
ENV S3_PREFIX=dist-heroku-20-cnb/
ENV S3_REGION=us-east-1
ENV STACK=heroku-20
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion support/build/_docker/heroku-22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH
WORKDIR /app
ENV WORKSPACE_DIR=/app/support/build
ENV S3_BUCKET=lang-php
ENV S3_PREFIX=dist-heroku-22-develop/
ENV S3_PREFIX=dist-heroku-22-cnb/
ENV S3_REGION=us-east-1
ENV STACK=heroku-22
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion support/build/_docker/heroku-24.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
WORKDIR /app
ENV WORKSPACE_DIR=/app/support/build
ENV S3_BUCKET=lang-php
ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-develop/
ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-cnb/
ENV S3_REGION=us-east-1
ENV STACK=heroku-24
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 5ce63ec

Please sign in to comment.