Skip to content

Commit

Permalink
Merge 'develop' πŸ‘¨β€πŸ’»πŸŒŒ
Browse files Browse the repository at this point in the history
  • Loading branch information
alejooroncoy committed Aug 23, 2023
1 parent dc3b39a commit 398eaad
Show file tree
Hide file tree
Showing 66 changed files with 24,901 additions and 22,540 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-update-servers.yml
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}}'
32 changes: 32 additions & 0 deletions .github/workflows/deploy-f-edges.yml
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
34 changes: 17 additions & 17 deletions .github/workflows/fly.yml
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 }}
34 changes: 17 additions & 17 deletions .github/workflows/glitch.yml
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'
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog πŸ“ƒ

## 0.0.7

<h4>Features ✨</h4>

* Update technologies 🌌⏫

## 0.0.6

<h4>Features ✨</h4>

* Change the UI of the servers section πŸ†•


<h4>Bugs 🐞</h4>

Expand Down
Loading

1 comment on commit 398eaad

@vercel
Copy link

@vercel vercel bot commented on 398eaad Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.