Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanok committed Mar 25, 2024
1 parent 86035ed commit b52299f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/elastic-beanstalk-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
zip -r deploy/deploy.zip . -x .git/\* .github/\* .elasticbeanstalk/\* deploy/\* .gitignore .dockerignore docker-compose.yaml
- name: Get current time
uses: 1466587594/get-current-time@v2
id: current-time
run: echo "::set-output name=formattedTime::$(date +'%Y-%m-%d-%H-%M-%S')"
with:
format: YYYY-MM-DDTHH-mm-ss
utcOffset: "+09:00"

- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v20
Expand Down

0 comments on commit b52299f

Please sign in to comment.