Skip to content

initial commit

initial commit #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Upload to S3
run: aws --endpoint-url https://s3.routing.cafe s3 cp src/ s3://routing.cafe --recursive