Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK authored May 1, 2024
1 parent b2bbbd7 commit b7fde38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
- uses: levibostian/action-hide-sensitive-inputs@v1
- name: Deploy to AWS
run: |
echo "${{ github.event.inputs.awsCredentials }}" | tr " " "\n" > credentials
export $(cat credentials.txt | xargs)
echo "::add-mask::$(cat credentials.txt)"
rm credentials.txt
./deploy.sh
terraform init
terraform apply -auto-approve

0 comments on commit b7fde38

Please sign in to comment.