Skip to content

Commit

Permalink
Web app CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Oct 25, 2023
1 parent 4c2a4b9 commit e6626f3
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
working_directory: './api'
sourcemaps: './dist'

app:
'app: native':
environment: main - app
runs-on: ubuntu-latest

Expand Down Expand Up @@ -85,8 +85,19 @@ jobs:
- name: 🚀 Publish update
run: yarn app eas update --auto --non-interactive --platform all

site:
environment: main - site
'app: web':
environment: main - app
runs-on: ubuntu-latest

steps:
- name: 🚀 Deploy
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.WEB_DEPLOY_HOOK }}
method: POST

docs:
environment: main - docs
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e6626f3

Please sign in to comment.