Debug on production
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-04-26 07:15:34 +02:00
parent 7545d28790
commit beefd5540f
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ print `git -C /tmp/$git_commit_sha lfs pull` or die;
print "Creating a new hashed dir in the common bucket\n";
print `rclone copy /tmp/$git_commit_sha/static "$common_bucket/$git_commit_sha"` or die;
print $git_branch;
if ($git_branch eq $main_branch) {
print "Syncing to the production bucket\n";