Skip to content

Commit

Permalink
updated ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
yesidevelop committed Mar 28, 2024
1 parent 443f2d7 commit 8875d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
# Deploy to Instance
export DOCKER_IMAGE_NAME=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CONTAINER_IMAGE
export DOCKER_CRON_IMAGE_NAME=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CRON_IMAGE
apt-get update && apt-get install -y zip sshpass
echo "$SSH_PRIVATE_KEY" | base64 -d > ssh_key.pem
chmod 600 ssh_key.pem
Expand Down

0 comments on commit 8875d3a

Please sign in to comment.