Update pull_code.yml
This commit is contained in:
parent
1251b04c83
commit
fa002b288c
|
|
@ -21,10 +21,11 @@ jobs:
|
||||||
deploy_dev_server:
|
deploy_dev_server:
|
||||||
name: Deploy to dev server <159.89.22.77>
|
name: Deploy to dev server <159.89.22.77>
|
||||||
runs-on: odex30-runner
|
runs-on: odex30-runner
|
||||||
if: github.event_name == 'workflow_dispatch' ||
|
if: |
|
||||||
(github.ref == 'refs/heads/dev_odex_base' ||
|
(github.ref == 'refs/heads/dev_odex_base' || github.ref == 'refs/heads/dev_odex_hr') &&
|
||||||
github.ref == 'refs/heads/dev_odex_hr' )
|
(github.event_name == 'push' ||
|
||||||
|| ( && github.event.inputs.environment == 'dev')
|
(github.event_name == 'workflow_dispatch' && github.event.inputs.environment != ''))
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout And Restart Project
|
- name: Checkout And Restart Project
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue