Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
add ops
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Aug 12, 2020
1 parent 2d7696d commit 8a03287
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ops/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/bash
project_name="connextproject/rest-api-client"

echo "Building Docker image for $project_name"
docker build -t $project_name .

echo "Pushing $project_name to Docker Hub"
docker push $project_name

0 comments on commit 8a03287

Please sign in to comment.