Skip to content

Commit

Permalink
chore: dev-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kristobalus committed Feb 5, 2024
1 parent 1acb6bd commit dac665c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NITTER_GUEST_ACCOUNTS_URL=https://guest-keeper.fly.dev/guest-accounts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ nitter.conf
guest_accounts.json
dump.rdb
.idea
.env
2 changes: 1 addition & 1 deletion build-image-fly.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Read the version from package.json
VERSION=1.2.0-fly
VERSION=1.2.1-fly
IMAGE=kristobalus/nitter
echo "building image $IMAGE using buildx..."

Expand Down
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Read the version from package.json
VERSION=1.2.0
VERSION=1.2.1
IMAGE=kristobalus/nitter
echo "building image $IMAGE using buildx for multi-arch..."

Expand Down
1 change: 0 additions & 1 deletion dev-run.sh → build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
nimble build -d:release
nimble scss
nimble md
./nitter
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
entrypoint: |
/bin/sh -c '
cp /config/nitter.conf /src/nitter.conf
wget -O /src/guest_accounts.json $NITTER_GUEST_ACCOUNTS_URL
wget -O /src/guest_accounts.json $NITTER_GUEST_ACCOUNTS_URL || exit 1
./nitter
'
ports:
Expand Down

0 comments on commit dac665c

Please sign in to comment.