Skip to content

Commit

Permalink
feat: deploy the sandbox environment for s42 devs (#255)
Browse files Browse the repository at this point in the history
**Describe the pull request**

With the new IaC, the sandbox is not automated anymore. 

**Breaking changes ?**
no

Signed-off-by: 42Atomys <contact@atomys.fr>
  • Loading branch information
42atomys committed Nov 17, 2022
1 parent 9424569 commit aa30f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
}
if (context.eventName == 'push' && context.ref == 'refs/heads/main' ) {
stacks.push('sandbox');
} else {
stacks.push('apps');
}
stacks.push('apps');
console.log(`Stack to deploy: ${stacks}`);
core.setOutput('stacks', stacks);
Expand Down

0 comments on commit aa30f57

Please sign in to comment.