Skip to content

Commit

Permalink
feat(publish): first publish for ednz-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ednxzu committed Feb 5, 2024
1 parent 5cb7df7 commit 1c41103
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1c41103

Please sign in to comment.