[deploy-opentofu]

[deploy-opentofu]
This commit is contained in:
2025-10-11 22:36:45 +00:00
parent 3d0a49f4fe
commit aa106310ea

View File

@ -35,6 +35,11 @@ jobs:
run: | run: |
apt-get update -y apt-get update -y
- name: Install setup
run: |
apt install -y curl jq
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &&
- name: Cloning iac repository - name: Cloning iac repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@ -61,10 +66,6 @@ jobs:
- name: Install dante-server - name: Install dante-server
run: | run: |
apt-get install -y dante-server openssl libssl1.1 apt-get install -y dante-server openssl libssl1.1
apt install -y curl jq
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &&
#npm install open@8.4.0 string-width@4.2.3
#npm install --force -g @bitwarden/cli
- name: Configure dante-server - name: Configure dante-server