Skip to content

Commit

Permalink
evn
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jul 9, 2024
1 parent acc2c9b commit a053c93
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
env:
AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_API_KEY }}
AIRTABLE_PEOPLE_BASE_ID: appk2btw36qEO3vFo
AIRTABLE_RESEARCH_BASE_ID: appTv9J1zxqaNgBHi
AIRTABLE_EVENTS_BASE_ID: tbl6CURONRn8ML6le
AIRTABLE_POSTS_BASE_ID: appsY0VXF7pbv3mKR
AIRTABLE_MITH_BASE_ID: appMWsw8HKjjokBg2

with:
node-version: '20.x'

- name: Install dependencies
run: npm install

- name: Build project
env:
AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_API_KEY }}
AIRTABLE_PEOPLE_BASE_ID: appk2btw36qEO3vFo
AIRTABLE_RESEARCH_BASE_ID: appTv9J1zxqaNgBHi
AIRTABLE_EVENTS_BASE_ID: tbl6CURONRn8ML6le
AIRTABLE_POSTS_BASE_ID: appsY0VXF7pbv3mKR
AIRTABLE_MITH_BASE_ID: appMWsw8HKjjokBg2
run: npm run build

- name: Deploy to server
Expand Down

0 comments on commit a053c93

Please sign in to comment.