Skip to content

Commit

Permalink
chore: docker image 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed May 29, 2024
1 parent e96f9d9 commit 9a33307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
docker build -t pennyway/pennyway-batch ./pennyway-batch
docker push pennyway/pennyway-batch
# 6. AWS SSM을 통한 Run-Command (Docker 이미지 pull 후 docker-compose를 통한 실행)
# 5. AWS SSM을 통한 Run-Command (Docker 이미지 pull 후 docker-compose를 통한 실행)
- name: AWS SSM Send-Command
uses: peterkimzz/aws-ssm-send-command@master
id: ssm
Expand Down

0 comments on commit 9a33307

Please sign in to comment.