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 3f6bc94 commit 86035ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/elastic-beanstalk-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
mkdir -p deploy
zip -r deploy/deploy.zip . -x .git/\* .github/\* .elasticbeanstalk/\* deploy/\* .gitignore .dockerignore docker-compose.yaml
- name: Get current time
id: current-time
run: echo "::set-output name=formattedTime::$(date +'%Y-%m-%d-%H-%M-%S')"

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

0 comments on commit 86035ed

Please sign in to comment.