mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
|
|
npm run build
|
|
docker login -e $DOCKER_EMAIL -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
|
npm run docker
|
|
|