mirror of
https://akkoma.dev/lamp/akkoma-fe.git
synced 2026-06-04 22:30:04 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13048fce76 |
+2
-2
@@ -34,7 +34,7 @@ pipeline:
|
||||
release:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
image: node:16
|
||||
secrets:
|
||||
- SCW_ACCESS_KEY
|
||||
@@ -47,4 +47,4 @@ pipeline:
|
||||
- chmod +x scaleway-cli
|
||||
- ./scaleway-cli object config install type=rclone
|
||||
- zip akkoma-fe.zip -r dist
|
||||
- rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/$CI_COMMIT_BRANCH/akkoma-fe.zip
|
||||
- rclone copyto akkoma-fe.zip scaleway:akkoma-updates/frontend/akkoma-fe.zip
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
>
|
||||
<template v-slot:content="{close}">
|
||||
<EmojiPicker
|
||||
:enableStickerPicker="false"
|
||||
:enable-sticker-picker="false"
|
||||
@emoji="addReaction($event, close)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user