This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
fcast
Watch
1
Star
0
Fork
You've already forked fcast
0
mirror of
https://gitlab.com/futo-org/fcast.git
synced
2025-07-28 12:57:00 +00:00
Code
Activity
4176e86c87
fcast
/
receivers
/
electron
/
deploy.sh
9 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit.
2023-06-20 08:45:01 +02:00
#!/bin/sh
Gitlab CI Testing
2024-09-17 09:33:18 -05:00
# CI/CD WIP
Fixed CI/CD to work with Cloudflare.
2023-06-28 12:23:38 +02:00
# Build content
echo
"Building content..."
Initial commit.
2023-06-20 08:45:01 +02:00
npm install
Gitlab CI Testing
2024-09-17 09:33:18 -05:00
npm run make
Copy permalink