Skip to content

Conversation

@iBotPeaches
Copy link
Member

@iBotPeaches iBotPeaches commented Mar 11, 2021

So I tried to use "directory" to only code-deploy "build" folder. The zipped folder included that directory and AWS was not happy.

Archive:  643330535-56944eaf5db34c5f5b39ab7e20d9bf81cc914548.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  03-11-2021 11:00   build/
       25  03-11-2021 11:00   build/robots.txt
     1150  03-11-2021 11:00   build/favicon.ico

Should have been:

Archive:  643330535-56944eaf5db34c5f5b39ab7e20d9bf81cc914548.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  03-11-2021 11:00   /
       25  03-11-2021 11:00   robots.txt
     1150  03-11-2021 11:00   favicon.ico

fixes: #26

@iBotPeaches
Copy link
Member Author

This indeed worked on the affected project.

Deploying to alpha.
Deployment in progress. Sleeping 15 seconds. (Try 1)
Instance Overview: Failed (0), In-Progress (0), Skipped (0), Pending (1), Succeeded (0)
Deployment Status: InProgress
Deployment in progress. Sleeping 15 seconds. (Try 2)
Instance Overview: Failed (0), In-Progress (0), Skipped (0), Pending (1), Succeeded (0)
Deployment Status: InProgress
Deployment in progress. Sleeping 15 seconds. (Try 3)
Instance Overview: Failed (0), In-Progress (0), Skipped (0), Pending (1), Succeeded (0)
Deployment Status: InProgress
Deployment in progress. Sleeping 15 seconds. (Try 4)
Instance Overview: Failed (0), In-Progress (0), Skipped (0), Pending (1), Succeeded (0)
Deployment Status: InProgress
Deployment in progress. Sleeping 15 seconds. (Try 5)
Instance Overview: Failed (0), In-Progress (0), Skipped (0), Pending (1), Succeeded (0)
Deployment Status: InProgress
Deployment in progress. Sleeping 15 seconds. (Try 6)
Instance Overview: Failed (0), In-Progress (0), Skipped (0), Pending (0), Succeeded (1)
Deployment Status: Succeeded
Deployed to alpha!

@marshall-davis marshall-davis merged commit d9203c7 into master Mar 11, 2021
@marshall-davis marshall-davis deleted the sub-folder branch March 11, 2021 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add Documentation for "directory" parameter.

4 participants