We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea55a6a commit 7ccc187Copy full SHA for 7ccc187
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
aws-region: eu-west-1
38
role-to-assume: arn:aws:iam::097948374213:role/github-actions-deploy
39
- name: Deploy Layer
40
- run: npm run deploy
+ run: AWS_PROFILE=prod npm run deploy
41
42
create-release:
43
needs: [publish-node-packages]
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8
+## [Unreleased]
9
+
10
+* fix deploy
11
12
## [0.5.1] - 2024-03-27
13
14
* Deploy to all regions
0 commit comments