Skip to content

Commit 6d36efc

Browse files
committed
db s3 action
1 parent c894ae8 commit 6d36efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-s3-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Ensure the directory exists
2323
if [ -d "tools/docker/codepipeline" ]; then
2424
cd tools/docker/codepipeline
25-
zip -r ../../../tron-docker.zip ./appspec.yml ./validate_service.sh ./start_service.sh ./prepare_environment.sh ./docker-compose.fullnode.nile.yml
25+
zip -r ../../../tron-docker.zip ./appspec.yml ./validate_service.sh ./start_service.sh ./prepare_environment.sh ./docker-compose.fullnode.main.yml
2626
else
2727
echo "Error: tools/docker/codepipeline directory not found!"
2828
exit 1

0 commit comments

Comments
 (0)