Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 3, 2024
1 parent 488b33c commit d207afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:
required: true
API_HOST:
description: '5. Api Host'
required: true
required: false
API_PREFIX:
description: '6. API Prefix'
required: false
AWS_LOAD_BALANCER_HOSTNAME:
description: "7. AWS Load Balancer match hostname"
required: true
required: false
AWS_LOAD_BALANCER_PRIORITY:
description: "8. AWS Load Balancer match priority"
required: true
Expand All @@ -45,7 +45,7 @@ permissions:

jobs:
deploy:
runs-on: [self-hosted, linux, deploy]
runs-on: ubuntu-latest

steps:
- name: "Correct ownership"
Expand Down

0 comments on commit d207afa

Please sign in to comment.