Skip to content

Commit c383e46

Browse files
author
binaryperson
committed
prepare replit support
1 parent 524d98f commit c383e46

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.replit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language="nix"
2+
run = "./replit-run.sh"

replit-run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
git pull

replit.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ pkgs }: {
2+
deps = [
3+
pkgs.nginx
4+
pkgs.nodejs-16_x
5+
];
6+
}

0 commit comments

Comments
 (0)