Skip to content

Commit 5e21f01

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

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/platform-build.yml

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

44
env:
5-
dst_path_suffix: "-stable/"
5+
dst_path_suffix: "-cnb-stable/"
66

77
on:
88
workflow_dispatch:

.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 -develop/
2-
run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-develop/
1+
name: Platform packages removal from -cnb/
2+
run-name: Removal${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-${{inputs.stack}}-cnb/
33

44
on:
55
workflow_dispatch:

.github/workflows/platform-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Platform packages sync from -develop/ to -stable/
2-
run-name: Sync${{ inputs.dry-run == true && ' dry-run' || '' }} from dist-$STACK-develop/ to dist-$STACK-stable/
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/
33

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

99
on:
1010
workflow_dispatch:

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-develop/
8+
ENV S3_PREFIX=dist-heroku-20-cnb/
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-develop/
8+
ENV S3_PREFIX=dist-heroku-22-cnb/
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}-develop/
10+
ENV S3_PREFIX=dist-heroku-24-${TARGETARCH}-cnb/
1111
ENV S3_REGION=us-east-1
1212
ENV STACK=heroku-24
1313
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)