interactive intro to open social at-me.zzstoatzz.io

deploy on merge to main #1

merged opened by zzstoatzz.io targeting main from ci-setup
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xbtmt2zjwlrfegqvch7fboei/sh.tangled.repo.pull/3m2jz5q54sl22
+5 -2
Diff #3
+2
README.md
··· 10 10 11 11 @me shows this visually: your identity at the center, surrounded by the third-party apps that have created data for you. click an app to see what record types it stores, then click a record type to view the actual data. 12 12 13 + inspired by [pdsls.dev](https://pdsls.dev). 14 + 13 15 ## running locally 14 16 15 17 ```bash
+2 -2
.tangled/workflows/deploy.yaml
··· 2 2 3 3 when: 4 4 - event: ["push"] 5 - branch: ["ci-setup"] 5 + branch: ["main"] 6 6 7 7 dependencies: 8 8 nixpkgs: 9 9 - flyctl 10 10 11 11 steps: 12 - - name: deploy to fly.io 12 + - name: Deploy to fly.io 13 13 command: | 14 14 flyctl deploy --remote-only
+1
Dockerfile
··· 14 14 15 15 # Copy source code 16 16 COPY src ./src 17 + COPY static ./static 17 18 18 19 # Build for release 19 20 RUN cargo build --release

History

4 rounds 0 comments
sign up or login to add to the discussion
11 commits
expand
change ci trigger to ci-setup branch for testing
try -m flag for flyctl install to skip ownership changes
download flyctl binary directly instead of using install script
add credit to pdsls.dev
use flyctl from nixpkgs instead of manual install
clean up deploy step - remove unnecessary exports
debug: check if FLY_API_TOKEN is being set
remove environment block - secrets are auto-injected
clean up: remove debug steps
update workflow to trigger on push to main
fix: copy static directory in dockerfile for favicon build
expand 0 comments
pull request successfully merged
10 commits
expand
change ci trigger to ci-setup branch for testing
try -m flag for flyctl install to skip ownership changes
download flyctl binary directly instead of using install script
add credit to pdsls.dev
use flyctl from nixpkgs instead of manual install
clean up deploy step - remove unnecessary exports
debug: check if FLY_API_TOKEN is being set
remove environment block - secrets are auto-injected
clean up: remove debug steps
update workflow to trigger on push to main
expand 0 comments
4 commits
expand
change ci trigger to ci-setup branch for testing
try -m flag for flyctl install to skip ownership changes
download flyctl binary directly instead of using install script
add credit to pdsls.dev
1/1 failed
expand
expand 0 comments
2 commits
expand
change ci trigger to ci-setup branch for testing
try -m flag for flyctl install to skip ownership changes
1/1 failed
expand
expand 0 comments