Skip to content

Commit

Permalink
avniproject/avni-product#1383 | Add job for avni-server prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mahalakshme committed Sep 4, 2023
1 parent 6143fdf commit 48b237f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ jobs:
- deploy:
hostname: "ssh.perf.avniproject.org"

PROD_deploy:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/
steps:
- deploy:
hostname: "ssh.prod.avniproject.org"

workflows:
version: 2
test_and_build_and_deploy:
Expand Down

0 comments on commit 48b237f

Please sign in to comment.