mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
fix repo URL
This commit is contained in:
4
.github/workflows/test-and-deploy.yaml
vendored
4
.github/workflows/test-and-deploy.yaml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
allocate:
|
allocate:
|
||||||
uses: chatmail/hpool/.github/workflows/allocate.yml@main
|
uses: chatmail/hetzner-relay/.github/workflows/allocate.yml@main
|
||||||
|
|
||||||
deploy-and-test:
|
deploy-and-test:
|
||||||
name: deploy on allocated VPS, and run tests
|
name: deploy on allocated VPS, and run tests
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
rebuild:
|
rebuild:
|
||||||
needs: [allocate, deploy-and-test]
|
needs: [allocate, deploy-and-test]
|
||||||
uses: chatmail/hpool/.github/workflows/rebuild.yml@main
|
uses: chatmail/hetzner-relay/.github/workflows/rebuild.yml@main
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
vps_name: ${{ needs.allocate.outputs.vps_name }}
|
vps_name: ${{ needs.allocate.outputs.vps_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user