Skip to content

Commit

Permalink
fix: stack apps is not deployed in production
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Nov 17, 2022
1 parent fbe5ba8 commit fa40819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
if (context.eventName == 'push' && context.ref == 'refs/heads/main' ) {
stacks.push('sandbox');
}
stacks.push('apps');
console.log(`Stack to deploy: ${stacks}`);
core.setOutput('stacks', stacks);
Expand Down

0 comments on commit fa40819

Please sign in to comment.