Skip to content

Commit

Permalink
release leetty-gateway v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksilisk committed Jul 14, 2024
1 parent 9d0049b commit 9a8b293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
needs: [prepare-env]
runs-on: self-hosted
steps:
- name: Create Leetty version file
- name: Create Leetty-Gateway version file
run: echo "LEETTY_GATEWAY_VERSION=${GITHUB_REF:11}" > .leetty_gateway_version_env
- name: Run container
run: docker compose -p leetty-gateway --env-file=${DOCKER_ENV_FILE} --env-file=.leetty_gateway_version_env up -d --force-recreate

0 comments on commit 9a8b293

Please sign in to comment.