matrix: init stickerpicker #181

Merged
teutat3s merged 1 commits from feat/matrix-stickerpicker into main 2024-05-07 18:57:42 +00:00

DNS change applied via terraform:

Terraform will perform the following actions:

  # namecheap_domain_records.pub-solar will be updated in-place
  ~ resource "namecheap_domain_records" "pub-solar" {
        id         = "pub.solar"
        # (3 unchanged attributes hidden)

      + record {
          + address  = "nachtigall.pub.solar."
          + hostname = "stickers.chat"
          + mx_pref  = 10
          + ttl      = 1799
          + type     = "CNAME"
        }
        # (34 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
DNS change applied via terraform: ``` Terraform will perform the following actions: # namecheap_domain_records.pub-solar will be updated in-place ~ resource "namecheap_domain_records" "pub-solar" { id = "pub.solar" # (3 unchanged attributes hidden) + record { + address = "nachtigall.pub.solar." + hostname = "stickers.chat" + mx_pref = 10 + ttl = 1799 + type = "CNAME" } # (34 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```
teutat3s added 1 commit 2024-05-06 22:20:18 +00:00
Flake checks / Check (pull_request) Successful in 14m59s Details
3ddbaa25b8
matrix: init stickerpicker
teutat3s force-pushed feat/matrix-stickerpicker from 3ddbaa25b8 to ff9703e542 2024-05-07 15:48:17 +00:00 Compare
hensoko approved these changes 2024-05-07 18:43:29 +00:00
teutat3s merged commit aa7ab4bc6b into main 2024-05-07 18:57:42 +00:00
teutat3s deleted branch feat/matrix-stickerpicker 2024-05-07 18:57:42 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#181
There is no content yet.