-
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.
- Loading branch information
1 parent
dc3b39a
commit 398eaad
Showing
66 changed files
with
24,901 additions
and
22,540 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 |
---|---|---|
@@ -0,0 +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: | | ||
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 |
---|---|---|
@@ -0,0 +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: | | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: Fly Deploy | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy app | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: superfly/flyctl-actions/setup-flyctl@master | ||
- run: | | ||
cd ./contexts/backend && flyctl deploy --remote-only | ||
env: | ||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} | ||
name: Fly Deploy | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy app | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: superfly/flyctl-actions/setup-flyctl@master | ||
- run: | | ||
cd ./contexts/backend && flyctl deploy --remote-only | ||
env: | ||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} | ||
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,18 +1,18 @@ | ||
name: Glitch deploy | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy app | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: kanadgupta/glitch-sync@main | ||
with: | ||
auth-token: '${{ secrets.AUTH_TOKEN_GLITCH }}' | ||
project-id: '${{ secrets.PROJECT_ID_GLITCH }}' | ||
path: './contexts/backend' | ||
name: Glitch deploy | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy app | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: kanadgupta/glitch-sync@main | ||
with: | ||
auth-token: '${{ secrets.AUTH_TOKEN_GLITCH }}' | ||
project-id: '${{ secrets.PROJECT_ID_GLITCH }}' | ||
path: './contexts/backend' | ||
repo: 'alejooroncoy/pes6-server-manager' |
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
Oops, something went wrong.
398eaad
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 β ./
pes6servermanager.vercel.app
pes6-server-manager-alejooroncoy.vercel.app
pes6-server-manager-git-main-alejooroncoy.vercel.app
pes6-server-manager.vercel.app
pesmanager.live