Skip to content

Commit 2ee276b

Browse files
committed
TEMP: S3_PREFIX=...-cnb-develop/
1 parent 5e21f01 commit 2ee276b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/platform-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Platform packages build and deploy to -cnb/
2-
run-name: Build ${{ inputs.dry-run == true && 'w/o deploy' || '& deploy' }}${{ inputs.overwrite == true && '(+overwrite)' || '' }} to dist-${{inputs.stack}}-cnb/
1+
name: Platform packages build and deploy to -cnb-develop/
2+
run-name: Build ${{ inputs.dry-run == true && 'w/o deploy' || '& deploy' }}${{ inputs.overwrite == true && '(+overwrite)' || '' }} to dist-${{inputs.stack}}-cnb-develop/
33

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

.github/workflows/platform-remove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Platform packages removal from -cnb/
2-
run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-cnb/
1+
name: Platform packages removal from -cnb-develop/
2+
run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-cnb-develop/
33

44
on:
55
workflow_dispatch:

.github/workflows/platform-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Platform packages sync from -cnb/ to -cnb-stable/
2-
run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-cnb/ to dist-$STACK-cnb-stable/
1+
name: Platform packages sync from -cnb-develop/ to -cnb-stable/
2+
run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-cnb-develop/ to dist-$STACK-cnb-stable/
33

44
env:
55
stacks_list_for_shell_expansion: "{heroku-20,heroku-22,heroku-24-amd64,heroku-24-arm64}"
6-
src_path_suffix: "-cnb/"
6+
src_path_suffix: "-cnb-develop/"
77
dst_path_suffix: "-cnb-stable/"
88

99
on:

support/build/_docker/heroku-20.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TARGETARCH
55
WORKDIR /app
66
ENV WORKSPACE_DIR=/app/support/build
77
ENV S3_BUCKET=lang-php
8-
ENV S3_PREFIX=dist-heroku-20-cnb/
8+
ENV S3_PREFIX=dist-heroku-20-cnb-develop/
99
ENV S3_REGION=us-east-1
1010
ENV STACK=heroku-20
1111
ENV DEBIAN_FRONTEND=noninteractive

support/build/_docker/heroku-22.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TARGETARCH
55
WORKDIR /app
66
ENV WORKSPACE_DIR=/app/support/build
77
ENV S3_BUCKET=lang-php
8-
ENV S3_PREFIX=dist-heroku-22-cnb/
8+
ENV S3_PREFIX=dist-heroku-22-cnb-develop/
99
ENV S3_REGION=us-east-1
1010
ENV STACK=heroku-22
1111
ENV DEBIAN_FRONTEND=noninteractive

support/build/_docker/heroku-24.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USER root
77
WORKDIR /app
88
ENV WORKSPACE_DIR=/app/support/build
99
ENV S3_BUCKET=lang-php
10-
ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-cnb/
10+
ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-cnb-develop/
1111
ENV S3_REGION=us-east-1
1212
ENV STACK=heroku-24
1313
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)