Skip to content

Commit

Permalink
chore: Added pulumi setup to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgruntjes committed Mar 22, 2023
1 parent f353d9a commit 0194713
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/actions/config_cli_tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ runs:
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
download_url: 'https://github.com/auth0/auth0-cli/releases/download/v${version}/auth0-cli_${version}_Linux_x86_64.tar.gz'

- uses: giantswarm/install-binary-action@v1
with:
binary: 'pulumi'
version: '3.58.0'
smoke_test: "${binary} version"
tarball_binary_path: "${binary}"
download_url: 'https://get.pulumi.com/releases/sdk/pulumi-v${version}-linux-x64.tar.gz'
6 changes: 0 additions & 6 deletions App.Deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ test -f .env.deploy.local && source .env.deploy.local
test -f .env.local && source .env.local
set +a

# Install Pulumi if not available
if ! command -v pulumi &> /dev/null
then
curl -fsSL https://get.pulumi.com | sh
fi

# Login to cloud
pulumi login "gs://${GOOGLE_PROJECT_ID}-pulumi"

Expand Down

0 comments on commit 0194713

Please sign in to comment.