Skip to content

fix: crawl makefile target #16

fix: crawl makefile target

fix: crawl makefile target #16

Workflow file for this run

name: deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-southeast-2
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.16.1
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: make infra