Skip to content

Commit

Permalink
Missed 2 new setup vars
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Oct 5, 2023
1 parent d2cac8f commit e77a9e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
environment: ${{ steps.get_environment_from_git_ref.outputs.environment }}
image_name: vleserver_basex
registry_root: ghcr.io/acdh-oeaw/
default_port: "5000"
default_port: "5000"# Usually you don't deal with all commits since the repository was created.
# Increase if you e.g don't find a tag you want to display in the application
fetch-depth: 10
submodules: "false"
herokuish_base_image: gliderlabs/herokuish:latest-22
BUILDPACK_URL: https://github.com/simar0at/heroku-buildpack-basex
APP_NAME: vleserver_basex
Expand Down

0 comments on commit e77a9e3

Please sign in to comment.