mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
added call to docker build
This commit is contained in:
+2
-4
@@ -94,12 +94,10 @@ jobs:
|
||||
- image: circleci/node:8
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: ~/coralproject/talk
|
||||
# TODO: implement
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
name: Deploy the code
|
||||
command: echo "Deployed!"
|
||||
command: bash ./scripts/docker.sh
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
||||
Reference in New Issue
Block a user