mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 13:26:07 -04:00
deprecate environment and use ssh_key setting
This commit is contained in:
parent
f209b596f6
commit
baea7256d4
@ -20,9 +20,8 @@ steps:
|
|||||||
|
|
||||||
- name: push
|
- name: push
|
||||||
image: docker.io/appleboy/drone-git-push
|
image: docker.io/appleboy/drone-git-push
|
||||||
environment:
|
|
||||||
CODEBERG_SSH_KEY:
|
|
||||||
from_secret: codeberg_ssh_key
|
|
||||||
settings:
|
settings:
|
||||||
|
ssh_key:
|
||||||
|
from_secret: ssh_key
|
||||||
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
|
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
|
||||||
branch: main
|
branch: main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user