5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 17:16:57 +00:00

fixup! ci: publicar los assets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-14 20:29:58 -03:00
parent 723b8e7974
commit 08cad58b77

View file

@ -35,7 +35,7 @@ pipeline:
- "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -" - "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -"
- "git config user.name Woodpecker" - "git config user.name Woodpecker"
- "git config user.email ci@sutty.coop.ar" - "git config user.email ci@sutty.coop.ar"
- "git remote add origin ${ORIGIN}" - "git remote add origin $${ORIGIN}"
- "git checkout -B ${CI_COMMIT_BRANCH}" - "git checkout -B ${CI_COMMIT_BRANCH}"
- "yarn" - "yarn"
- "cp .env.example .env" - "cp .env.example .env"