Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from promptengineers-ai/development
Browse files Browse the repository at this point in the history
Deploy action
  • Loading branch information
ryaneggz authored Aug 13, 2023
2 parents 45a8978 + 99aba13 commit f1a00bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # or your preferred Node.js version
node-version: '14' # or your preferred Node.js version

- name: Install Vercel CLI
run: npm install -g vercel

- name: Deploy to Vercel
run: vercel . --token ${{ secrets.VERCEL_TOKEN }} --confirm # You might need the --confirm flag if you haven't set up the project yet
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 comments on commit f1a00bb

Please sign in to comment.