5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 18:26:58 +00:00

Merge branch 'ci' into panel.sutty.nl

This commit is contained in:
f 2023-03-14 20:30:12 -03:00
commit ce625e6c28

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"