Skip to content

Commit

Permalink
Deploy Production Code for Commit 266436c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Aug 26, 2021
1 parent 266436c commit 0f24da7
Show file tree
Hide file tree
Showing 83 changed files with 25,889 additions and 7,403 deletions.
3 changes: 3 additions & 0 deletions lib/git.js
Expand Up @@ -104,6 +104,9 @@ function deploy(action) {
: ''} --exclude .ssh --exclude .git --exclude .github ${action.folderPath === action.workspace
? `--exclude ${temporaryDeploymentDirectory}`
: ''}`, action.workspace, action.silent);
if (action.singleCommit) {
yield execute_1.execute(`git add --all .`, `${action.workspace}/${temporaryDeploymentDirectory}`, action.silent);
}
// Use git status to check if we have something to commit.
// Special case is singleCommit with existing history, when
// we're really interested if the diff against the upstream branch
Expand Down
51 changes: 51 additions & 0 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions node_modules/@actions/core/lib/command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 47 additions & 3 deletions node_modules/@actions/core/lib/core.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 32 additions & 6 deletions node_modules/@actions/core/lib/core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/core.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/@actions/core/lib/utils.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f24da7

Please sign in to comment.