Skip to content

Commit

Permalink
adding mv command on ivan deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed Aug 12, 2024
1 parent cd79b06 commit 1dd4154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
tar xvzf ivan_1.0.6_Linux_x86_64.tar.gz
chmod +x ivan
docker pull ${DOCKER_IMAGE}
echo "Moving the binary to \"/usr/local/bin/\". It might request root access."
sudo mv ivan /usr/local/bin/
ivan -region us-1 -image ${DOCKER_IMAGE}
- name: Deploy to GKE
Expand Down

0 comments on commit 1dd4154

Please sign in to comment.