Skip to content

Commit

Permalink
init render host
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 1, 2023
1 parent a4d1fdb commit 2156aa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
SECRET_OR_KEY: test_secret

building:
needs: [testing]
runs-on: ubuntu-latest

steps:
Expand All @@ -74,3 +75,14 @@ jobs:

- name: Copy
run: cd ./client && cp -r build/ ../server/src

deploy:
needs: [testing, building]
runs-on: ubuntu-latest

steps:
- name: Deploy
uses: johnbeynon/[email protected]
with:
service-id: ${{ secrets.SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}

0 comments on commit 2156aa6

Please sign in to comment.