Skip to content

Commit

Permalink
Update aws_deploy_hydroserver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Feb 16, 2024
1 parent 62f2cf1 commit a299c7b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/aws_deploy_hydroserver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy HydroServer to AWS Cloud Deployment

on:
workflow_dispatch:
inputs:
environment:
description: 'Enter a deployment environment name.'
required: true

jobs:
print-hello-world:
runs-on: ubuntu-20.04
environment: ${{ github.event.inputs.environment }}
steps:
- name: Display Proxy Base URL
run: |
echo "Selected environment: ${{ vars.PROXY_BASE_URL }}"

0 comments on commit a299c7b

Please sign in to comment.