mirror of
https://github.com/tcgdex/compiler.git
synced 2025-06-07 00:19:55 +00:00
Testing
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
141cf190e9
commit
51d43790a4
@ -21,7 +21,7 @@ steps:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- apk -q add yarn
|
||||
- yarn gen:all
|
||||
# - yarn gen:all
|
||||
|
||||
- name: push
|
||||
image: alpine/git
|
||||
@ -40,7 +40,7 @@ steps:
|
||||
- name: Upload
|
||||
image: alpine
|
||||
commands:
|
||||
- apk -q add openssh-client
|
||||
- apk -q add openssh-client sshpass
|
||||
- "sshpass -p ${UPLOAD_PASSWORD} scp -vvv -r dist/ ${UPLOAD_USERNAME}@${UPLOAD_REMOTE}:${UPLOAD_DIST}"
|
||||
environment:
|
||||
UPLOAD_USERNAME:
|
||||
|
Loading…
x
Reference in New Issue
Block a user