feat(publish): first publish for ednz-cloud
Some checks failed
test / Linting (push) Successful in 27s
test / Molecule tests (default, ubuntu2004) (push) Failing after 38s
test / Molecule tests (default, debian12) (push) Failing after 1m13s
test / Molecule tests (default, debian11) (push) Failing after 1m14s
test / Molecule tests (default, ubuntu2204) (push) Failing after 37s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Failing after 29s
test / Molecule tests (with_tls_enabled, debian11) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, debian12) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Failing after 28s
Some checks failed
test / Linting (push) Successful in 27s
test / Molecule tests (default, ubuntu2004) (push) Failing after 38s
test / Molecule tests (default, debian12) (push) Failing after 1m13s
test / Molecule tests (default, debian11) (push) Failing after 1m14s
test / Molecule tests (default, ubuntu2204) (push) Failing after 37s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Failing after 29s
test / Molecule tests (with_tls_enabled, debian11) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, debian12) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Failing after 28s
This commit is contained in:
parent
5cb7df716a
commit
1c4110371c
18
.github/workflows/publish.yml
vendored
Normal file
18
.github/workflows/publish.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
name: publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish to galaxy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Publish
|
||||
uses: ednxzu/galaxy-import-role@v1
|
||||
with:
|
||||
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
@ -40,4 +40,4 @@ MIT / BSD
|
||||
Author Information
|
||||
------------------
|
||||
|
||||
This role was created by Bertrand Lanson in 2023.
|
||||
This role was created by Bertrand Lanson in 2024.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# meta file for deploy_haproxy
|
||||
galaxy_info:
|
||||
namespace: "ednxzu"
|
||||
namespace: "ednz_cloud"
|
||||
role_name: "deploy_haproxy"
|
||||
author: "Bertrand Lanson"
|
||||
description: "Deploy HAProxy either directly or inside a docker container, on debian-based distributions"
|
||||
|
Loading…
Reference in New Issue
Block a user