Compare commits
11 commits
rtsisyk/di
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
882b7a7cec | ||
18c36b18d2 | |||
|
7c48e43fc4 | ||
|
7c92fc3ce6 | ||
71c8217bb8 | |||
|
fc751e37aa | ||
|
9a794b9652 | ||
a2be921690 | |||
878dfa9c06 | |||
eab3488455 | |||
e65565a1e8 |
2 changed files with 6 additions and 2 deletions
1
.github/workflows/deploy-master-to-prod.yml
vendored
1
.github/workflows/deploy-master-to-prod.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
environment: production
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: wrangler publish
|
||||
|
|
|
@ -47,6 +47,9 @@ export const DATA_VERSIONS = [
|
|||
241017,
|
||||
241107,
|
||||
241122,
|
||||
250121,
|
||||
250213,
|
||||
250227,
|
||||
];
|
||||
|
||||
const kUnlimited = 99999;
|
||||
|
@ -198,8 +201,8 @@ export async function getServersList(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 250217;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 250303;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue