Skip to content

Events Table, Create/Edit Routes MVP (#1) #18

Events Table, Create/Edit Routes MVP (#1)

Events Table, Create/Edit Routes MVP (#1) #18

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-unknown-linux-gnu
- uses: Swatinem/rust-cache@v2
- name: install gcc-aarch64-linux-gnu
run: sudo apt install -y gcc-aarch64-linux-gnu
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: ssh-keyscan
run: |
mkdir -p ~/.ssh
ssh-keyscan wlsd.lightandsound.design > ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts
- name: deploy
run: scripts/deploy.sh [email protected]