test/user-journey #3

Merged
zhangxiang merged 142 commits from test/user-journey into dev 2026-04-12 13:17:03 +08:00
Showing only changes of commit dd52314046 - Show all commits
+2 -1
View File
@@ -161,7 +161,7 @@ steps:
- release/**
archive-to-main:
image: alpine/git:latest
image: node:20-alpine
environment:
SSH_PRIVATE_KEY:
from_secret: ssh_private_key
@@ -169,6 +169,7 @@ steps:
- build-and-deploy
commands:
- echo "Archiving to main branch"
- apk add --no-cache git openssh-client
- mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa