Skip to content

Commit 99baca9

Browse files
authored
Update sign_and_release.yml
1 parent 120517b commit 99baca9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
version: 2
1515
arch: arm64
1616

17-
- name: sync latest repo changes
18-
run: |
19-
aws s3 sync s3://builds.altinity.cloud/Blue/ /home/runner/.cache/production
17+
# - name: sync latest repo changes
18+
# run: |
19+
# aws s3 sync s3://builds.altinity.cloud/Blue/ /home/runner/.cache/production
2020

21+
- name: overwrite green stable apt repo with blue stable apt repo
22+
run: |
23+
aws s3 cp --recursive --exclude "pool/main/*" s3://builds.altinity.cloud/Blue/apt-repo/ s3://builds.altinity.cloud/Green/apt-repo/

0 commit comments

Comments
 (0)