Remove unnecessary checkout steps from deployment workflows for cloud-pc, mini-pc, and ru-vps services and delete empty deploy.yml files.
This commit is contained in:
@@ -9,9 +9,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: cloud-pc
|
runs-on: cloud-pc
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 2
|
|
||||||
- name: Deploy changed stacks
|
- name: Deploy changed stacks
|
||||||
run: |
|
run: |
|
||||||
cd /opt/services
|
cd /opt/services
|
||||||
|
|||||||
@@ -9,9 +9,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: mini-pc
|
runs-on: mini-pc
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 2
|
|
||||||
- name: Deploy changed stacks
|
- name: Deploy changed stacks
|
||||||
run: |
|
run: |
|
||||||
cd /opt/services
|
cd /opt/services
|
||||||
|
|||||||
@@ -9,9 +9,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ru-vps
|
runs-on: ru-vps
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 2
|
|
||||||
- name: Deploy changed stacks
|
- name: Deploy changed stacks
|
||||||
run: |
|
run: |
|
||||||
cd /opt/services
|
cd /opt/services
|
||||||
|
|||||||
Reference in New Issue
Block a user