Skip to content

Commit

Permalink
Bump packages, update README about deprecated env var (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Dec 12, 2023
1 parent 38172bd commit 457a5c6
Show file tree
Hide file tree
Showing 3 changed files with 23,125 additions and 347 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:

- name: Deploy infrastructure
env:
SPACELIFT_API_ENDPOINT: https://mycorp.app.spacelift.io
SPACELIFT_API_KEY_ENDPOINT: https://mycorp.app.spacelift.io
SPACELIFT_API_KEY_ID: ${{ secrets.SPACELIFT_API_KEY_ID }}
SPACELIFT_API_KEY_SECRET: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
run: spacectl stack deploy --id my-infra-stack
Expand Down
Loading

0 comments on commit 457a5c6

Please sign in to comment.