mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Merge pull request '[deploy-opentofu]' (#285) from fenix-admin into dev
Reviewed-on: fenix-gitea-admin/iac-opentofu-private#285
This commit is contained in:
@ -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 | bash - &&
|
||||
|
||||
- name: Cloning iac repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -61,10 +66,6 @@ jobs:
|
||||
- name: Install dante-server
|
||||
run: |
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user