Update deploy-prod.yml

This commit is contained in:
Lukasz Ostrowski 2023-01-29 22:09:43 +01:00 committed by GitHub
parent 06050e71f4
commit 131cefa966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: QA
name: Deployment
on:
workflow_dispatch:
inputs:
@ -9,9 +9,9 @@ on:
- slack
description: What app to deploy
jobs:
deploy:
prepare:
environment: Prod
runs-on: ubuntu-latest
runs-on: ubuntu-latests
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.1
@ -25,5 +25,11 @@ jobs:
run: pnpm install
- name: Check linters
run: pnpm build
deploy:
environment: Prod
runs-on: ubuntu-latests
name: Deploy
steps:
- name: Deploy to Vecel
run: echo "TODO"
run: echo "TODO $TOKEN"