-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): 0.0.7 -> 0.0.8 π¨βπ»β¨
- Loading branch information
Showing
39 changed files
with
18,263 additions
and
18,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: Check update servers | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
checkUpdateServers: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: { ref: develop } | ||
- name: Checking...π¨βπ» | ||
run: | | ||
name: Check update servers | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
checkUpdateServers: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: { ref: develop } | ||
- name: Checking...π¨βπ» | ||
run: | | ||
curl -L -X POST '${{vars.LINK_TRY_UPDATE_HOSTS_SERVERS}}' -H 'Authorization: Bearer ${{secrets.SUPABASE_KEY_FUNCTIONS}}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
name: Edge Functions Deploy | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
paths: | ||
- 'contexts/backend/supabase/**' | ||
- '/contexts/backend/supabase/**' | ||
- '../contexts/backend/supabase/**' | ||
- '../../contexts/backend/supabase/**' | ||
- '../../../contexts/backend/supabase/**' | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
env: | ||
SUPABASE_ACCESS_TOKEN: ${{secrets.SUPABASE_ACCESS_TOKEN}} | ||
PROJECT_ID: ${{secrets.SUPABASE_PROJECT_ID}} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: supabase/setup-cli@v1 | ||
with: | ||
version: latest | ||
|
||
- run: | | ||
name: Edge Functions Deploy | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
paths: | ||
- 'contexts/backend/supabase/**' | ||
- '/contexts/backend/supabase/**' | ||
- '../contexts/backend/supabase/**' | ||
- '../../contexts/backend/supabase/**' | ||
- '../../../contexts/backend/supabase/**' | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
env: | ||
SUPABASE_ACCESS_TOKEN: ${{secrets.SUPABASE_ACCESS_TOKEN}} | ||
PROJECT_ID: ${{secrets.SUPABASE_PROJECT_ID}} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: supabase/setup-cli@v1 | ||
with: | ||
version: latest | ||
|
||
- run: | | ||
cd ./contexts/backend/supabase && supabase functions deploy --project-ref $PROJECT_ID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
/** @type {import('next').NextConfig} */ | ||
|
||
const nextConfig = { | ||
reactStrictMode: true, | ||
swcMinify: true, | ||
experimental: { | ||
appDir: true, | ||
}, | ||
images: { | ||
unoptimized: true, | ||
}, | ||
output: "export", | ||
distDir: "dist", | ||
}; | ||
|
||
module.exports = nextConfig; | ||
/** @type {import('next').NextConfig} */ | ||
|
||
const nextConfig = { | ||
reactStrictMode: true, | ||
swcMinify: true, | ||
experimental: { | ||
appDir: true, | ||
}, | ||
images: { | ||
unoptimized: true, | ||
}, | ||
output: "export", | ||
distDir: "dist", | ||
}; | ||
|
||
module.exports = nextConfig; |
Oops, something went wrong.
1c84746
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
pes6-server-manager β ./
pes6-server-manager-alejooroncoy.vercel.app
pes6servermanager.vercel.app
pes6-server-manager-git-main-alejooroncoy.vercel.app
pes6-server-manager.vercel.app
pesmanager.live