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

5 years ago
  1. #!/usr/bin/env sh
  2. set -ex
  3. docker image build -t jaedle/mirror-to-gitea:development .
  4. source .secrets.rc
  5. docker container run \
  6. -it \
  7. --rm \
  8. -e GITHUB_USERNAME="$GITHUB_USERNAME" \
  9. -e GITEA_URL="$GITEA_URL" \
  10. -e GITEA_TOKEN="$GITEA_TOKEN" \
  11. jaedle/mirror-to-gitea:development