File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 76
76
-e "internal_artifacts_bucket=${{ secrets.ARTIFACTS_BUCKET }}" \
77
77
manifest-playbook.yml
78
78
79
- # - name: Upload pg binaries to s3 staging
80
- # run: |
81
- # aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/20.04.tar.gz
82
- # #TODO look to see if this only pg binaries and if so, remove this as it is covered by nix build
83
- # TODO deactivate this block to assure binaries from this file are not uploaded. This is covered by nix build
84
79
85
80
# Our self hosted github runner already has permissions to publish images
86
81
# but they're limited to only that;
@@ -101,10 +96,6 @@ jobs:
101
96
-e "internal_artifacts_bucket=${{ secrets.PROD_ARTIFACTS_BUCKET }}" \
102
97
manifest-playbook.yml
103
98
104
- # - name: Upload pg binaries to s3 prod
105
- # run: |
106
- # aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.PROD_ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/20.04.tar.gz
107
- # TODO deactivate this block to assure binaries from this file are not uploaded. This is covered by nix build
108
99
109
100
110
101
- name : Create release
You can’t perform that action at this time.
0 commit comments