mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Compare commits
9 Commits
46da80161a
...
461c145e39
| Author | SHA1 | Date | |
|---|---|---|---|
| 461c145e39 | |||
| aa106310ea | |||
| 3d0a49f4fe | |||
| f0823e5716 | |||
| 3c6731405d | |||
| 0f346a4c73 | |||
| 916944a150 | |||
| 69150c506f | |||
| 0304eb6927 |
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
#precisa da imagem costum do opentofu
|
||||
@ -35,6 +35,11 @@ jobs:
|
||||
run: |
|
||||
apt-get update -y
|
||||
|
||||
- name: Install setup
|
||||
run: |
|
||||
apt install -y curl jq
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x
|
||||
|
||||
- name: Cloning iac repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -60,9 +65,7 @@ jobs:
|
||||
|
||||
- name: Install dante-server
|
||||
run: |
|
||||
apt-get install -y dante-server
|
||||
apt install -y openssl libssl-dev curl jq
|
||||
npm install --force -g @bitwarden/cli
|
||||
apt-get install -y dante-server openssl libssl1.1
|
||||
|
||||
|
||||
- name: Configure dante-server
|
||||
|
||||
Reference in New Issue
Block a user