mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
Merge pull request #120 from GSA/fix-deploy-proxy-script
Fix typo in working-directory action key name
This commit is contained in:
4
.github/actions/deploy-proxy/action.yml
vendored
4
.github/actions/deploy-proxy/action.yml
vendored
@@ -31,12 +31,12 @@ runs:
|
||||
run: git clone ${{ inputs.proxy_repo }} ${{ steps.create-temp-dir.outputs.path }}
|
||||
- name: Switch to deploy ref
|
||||
shell: bash
|
||||
working_directory: ${{ steps.create-temp-dir.outputs.path }}
|
||||
working-directory: ${{ steps.create-temp-dir.outputs.path }}
|
||||
run: git checkout ${{ inputs.proxy_version }}
|
||||
- name: Copy config files
|
||||
shell: bash
|
||||
run: cp ./deploy-config/egress_proxy/${{ inputs.app }}.*.acl ${{ steps.create-temp-dir.outputs.path }}
|
||||
- name: Build and deploy proxy
|
||||
shell: bash
|
||||
working_directory: ${{ steps.create-temp-dir.outputs.path }}
|
||||
working-directory: ${{ steps.create-temp-dir.outputs.path }}
|
||||
run: make && ./bin/cf-deployproxy -a ${{ inputs.app }} -p egress-proxy -e egress_proxy
|
||||
|
||||
Reference in New Issue
Block a user