Skip to content

Commit

Permalink
Set retention to 7 days for deployer logs (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve authored Dec 19, 2023
1 parent 875e3e3 commit 4ee0cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
name: deploy-l1-artifacts
path: |
deploy-l1-contracts.out
retention-days: 1
retention-days: 7

deploy:
needs: build
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
name: deploy-l2-artifacts
path: |
deploy-l2-contracts.out
retention-days: 1
retention-days: 7

deploy-faucet:
name: 'Trigger Faucet deployment for dev- / testnet on a new deployment'
Expand Down

0 comments on commit 4ee0cca

Please sign in to comment.