You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
284 B

#!/usr/bin/env sh
set -ex
docker image build -t jaedle/mirror-to-gitea:development .
source .secrets.rc
docker container run \
-it \
--rm \
-e GITHUB_USERNAME="$GITHUB_USERNAME" \
-e GITEA_URL="$GITEA_URL" \
-e GITEA_TOKEN="$GITEA_TOKEN" \
jaedle/mirror-to-gitea:development