Skip to content

Commit

Permalink
fix deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski authored Jul 8, 2024
1 parent 91f4e9d commit b41b0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
prod_deploy:
runs-on: ${{ secrets.RUNNER_LABELS }}
runs-on: ${{ vars.RUNNER_LABELS }}
steps:
- uses: actions/checkout@v4
- name: Deploy prod docker container, recreate container with fresh image.
Expand Down

0 comments on commit b41b0f1

Please sign in to comment.