Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobitov committed Nov 29, 2023
1 parent 73de7cb commit 3ccbfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Generate deployment package
run: zip -r complex.zip . -x '*.git*'
run: zip -r multi-docker.zip . -x '*.git*'

- name: Get timestamp
uses: gerred/actions/current-time@master
Expand All @@ -38,7 +38,7 @@ jobs:
environment_name: Multi-docker-env
version_label: "multi-docker-${{ steps.format-time.outputs.replaced }}"
region: us-east-1
deployment_package: complex.zip
deployment_package: multi-docker.zip

- name: Deployed
run: echo "App Deployed to ELB"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.8"
version: "3"
services:
client:
image: "ksobitov/multi-client"
Expand Down

0 comments on commit 3ccbfe3

Please sign in to comment.