-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from ConsoleCatzirl/htan-deploy
Fix the deploy pipeline by updating versions
- Loading branch information
Showing
3 changed files
with
500 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ jobs: | |
name: Run pre-commit hooks against all files | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
- uses: pre-commit/[email protected] | ||
|
||
sceptre-deploy: | ||
|
@@ -18,7 +18,7 @@ jobs: | |
if: github.ref == 'refs/heads/main' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
- name: Assume AWS role | ||
uses: aws-actions/configure-aws-credentials@v1 | ||
with: | ||
|
@@ -32,5 +32,5 @@ jobs: | |
- name: Deploy 'dev' configuration | ||
uses: Sceptre/[email protected] | ||
with: | ||
sceptre_version: 2.7.1 | ||
sceptre_version: '4.5.2' | ||
sceptre_subcommand: launch --yes dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.