We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120517b commit 99baca9Copy full SHA for 99baca9
.github/workflows/sign_and_release.yml
@@ -14,7 +14,10 @@ jobs:
14
version: 2
15
arch: arm64
16
17
- - name: sync latest repo changes
18
- run: |
19
- aws s3 sync s3://builds.altinity.cloud/Blue/ /home/runner/.cache/production
+ # - name: sync latest repo changes
+ # run: |
+ # aws s3 sync s3://builds.altinity.cloud/Blue/ /home/runner/.cache/production
20
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