Skip to content

Commit

Permalink
push backend deployment state
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Nov 24, 2021
1 parent 7cf6c38 commit 8bb598d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions backend/config/state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ stages:
ws: ""
functions:
- name: report
hash: "28633091"
s3_key: functions/backend/production/report-28633091.zip
hash: 3764a765
s3_key: functions/backend/production/report-3764a765.zip
memory_size: 128
timeout: 900
env:
Expand All @@ -24,8 +24,8 @@ stages:
REPORT_BUCKET: mantil-user-reports
SLACK_WEBHOOK: https://hooks.slack.com/services/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
- name: signup
hash: 7ad3d2ec
s3_key: functions/backend/production/signup-7ad3d2ec.zip
hash: ea4aaa3c
s3_key: functions/backend/production/signup-ea4aaa3c.zip
memory_size: 128
timeout: 900
env:
Expand Down
9 changes: 4 additions & 5 deletions backend/config/workspace.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: mantil
id: QNdJFI41T9CSu3h_gapZjg
version: v0.1.27-50-gfab0519
version: v0.1.31
created_at: 1637668423231
nodes:
- name: production
id: "477361877445"
uid: cc01e99f
id: cc01e99f
accountID: "477361877445"
region: eu-central-1
bucket: mantil-cc01e99f
cli_role: arn:aws:iam::477361877445:role/mantil-cli-user-cc01e99f
keys:
public: k7UDGptYosA-eT8oaRiuZotFFfQOWOkGUt-gK5Ux2m4
private: 20JwBwdFlPnSGJLmkgYCbBKk9kcHppTbXAGt7E6HagGTtQMam1iiwD55PyhpGK5mi0UV9A5Y6QZS36ArlTHabg
Expand All @@ -16,7 +16,6 @@ nodes:
functions:
bucket: mantil-releases
key: dev/ivlasic/v0.1.22-73-gdbf5a79
cli_role: arn:aws:iam::477361877445:role/mantil-cli-user-cc01e99f
stages:
- name: production
project_name: backend

0 comments on commit 8bb598d

Please sign in to comment.