Skip to content

Update pnpm-lock.yaml #2

Update pnpm-lock.yaml

Update pnpm-lock.yaml #2

Workflow file for this run

name: aptible
on:
push:
branches: [main]
workflow_dispatch: {}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Deploy to Aptible
uses: aptible/aptible-deploy-action@v4
with:
type: git
app: groq
environment: groq
username: ${{ secrets.APTIBLE_USERNAME }}
password: ${{ secrets.APTIBLE_PASSWORD }}