Skip to content

Commit

Permalink
Merge pull request #724 from dhis2/add-platform-dir
Browse files Browse the repository at this point in the history
ci: add platform dir to deploy.zip
  • Loading branch information
radnov authored Feb 6, 2023
2 parents 7e537d8 + 4c8e7d0 commit 7e7d90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sed -i "s|AUTOINJECTED_GH_ACTIONS|$ECR_REGISTRY/$ECR_REPOSITORY:$SHA_TAG|g" Dockerrun.aws.json
cat Dockerrun.aws.json
zip -r deploy.zip Dockerrun.aws.json
zip -r deploy.zip .platform Dockerrun.aws.json
- name: Deploy to Staging
if: steps.build-image.outputs.version == 'staging'
Expand Down

0 comments on commit 7e7d90d

Please sign in to comment.