Skip to content

Update link to tutorial #41

Update link to tutorial

Update link to tutorial #41

name: Deploy Taco Labs Serverless Application
on:
push:
branches: [fastly-compute]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install project dependencies
run: npm install
- name: Deploy to Compute
uses: fastly/compute-actions@v5
with:
service_id: ${{ secrets.FASTLY_COMPUTE_ID }}
env:
FASTLY_API_TOKEN: ${{ secrets.FASTLY_COMPUTE_KEY }}