Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["github>ssvlabs/shared-configs//renovate/renovate.json"],
"baseBranchPatterns": ["pre-stage"],
"baseBranchPatterns": ["stage"],
"schedule": ["every week"],
"timezone": "UTC",
"separateMajorMinor": false,
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/auto_pr_prestage_to_stage.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/auto_pr_to_prestage.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,28 +101,6 @@ jobs:
role-to-assume: ${{ secrets.SSV_WEB_AWS_IAM_ROLE }}
aws-region: ${{ vars.AWS_REGION }}

# <app-pre.stage.ssv.network> pre-stage
- name: Run stage webapp build
if: github.ref == 'refs/heads/pre-stage'
run: >
GAS_PRICE="${{ env.GAS_PRICE }}"
GAS_LIMIT="${{ env.GAS_LIMIT }}"
SSV_NETWORKS="${{ env.STAGE_SSV_NETWORKS }}"
MIXPANEL_TOKEN_STAGE="${{ secrets.MIXPANEL_TOKEN_STAGE }}"
LINK_SSV_DEV_DOCS="$LINK_SSV_DEV_DOCS"
pnpm build
env:
GAS_PRICE: ${{ secrets.GAS_PRICE }}
GAS_LIMIT: ${{ secrets.GAS_LIMIT }}
LINK_SSV_DEV_DOCS: ${{ secrets.LINK_SSV_DEV_DOCS }}
MIXPANEL_TOKEN: ${{ secrets.MIXPANEL_TOKEN_STAGE }}

- name: Upload files to S3
if: github.ref == 'refs/heads/pre-stage'
run: |
aws s3 cp ./build s3://${{ secrets.SSV_WEB_PRE_STAGE_AWS_S3_BUCKET }} --recursive
# </app-pre.stage.ssv.network>

# <app.stage.ssv.network>
- name: Run stage webapp build
if: github.ref == 'refs/heads/stage'
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/delete_merged_branch.yml

This file was deleted.