Skip to content

Commit f122f2e

Browse files
committed
GIF service and Fediverse social
1 parent 7c57b8d commit f122f2e

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/publish-containers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
- context: ./apps/auth/
2828
dockerfile: ./apps/auth/Dockerfile
2929
image: ghcr.io/stever/zxcoder-auth
30+
- context: ./
31+
dockerfile: ./apps/gif-service/Dockerfile
32+
image: ghcr.io/stever/zxcoder-gif-service
33+
- context: ./
34+
dockerfile: ./apps/mastodon-bot/Dockerfile
35+
image: ghcr.io/stever/zxcoder-mastodon-bot
3036
permissions:
3137
contents: read
3238
packages: write

apps/web/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
/build/
88
/es5/
99
/node_modules/
10-
/public/dist/
10+
/public/dist/*
11+
# The compiled emulator core is committed so gif-service can be built in CI.
12+
!/public/dist/jsspeccy-core.wasm
1113
/schema.graphql
1214
/typedocs/
168 KB
Binary file not shown.

0 commit comments

Comments
 (0)