Skip to content

Commit

Permalink
cleanup in stage
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed May 24, 2024
1 parent c688f14 commit b2bdc4e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/stage_online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,6 @@ jobs:
with:
terraform_version: "1.7.3"

- name: Download inventory
uses: actions/download-artifact@v4
with:
name: inventory

- name: Get key and hosts.ini
run: |
cp ${{ github.workspace }}/hosts.ini inventory/hosts.ini
cp ${{ github.workspace }}/.key.private ${{ github.workspace }}/DO/infra/.key.private
cp ${{ github.workspace }}/.key.pub ${{ github.workspace }}/DO/infra/.key.pub
shell: bash

- name: Terraform Init
id: init
run: |
Expand Down

0 comments on commit b2bdc4e

Please sign in to comment.