Skip to content

Commit

Permalink
Merge pull request #9 from ConsoleCatzirl/htan-deploy
Browse files Browse the repository at this point in the history
Fix the deploy pipeline by updating versions
  • Loading branch information
ConsoleCatzirl authored Dec 10, 2024
2 parents 552e3bd + 0d1d556 commit e7425b4
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 210 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ verify_ssl = true
name = "pypi"

[packages]
sceptre = "2.5.0"
sceptre = "4.5.2"

[dev-packages]
pre-commit = "*"

[requires]
python_version = "3.8"
python_version = "3.12"
Loading

0 comments on commit e7425b4

Please sign in to comment.