Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployment workflow to include build and deploy steps #40

Merged
merged 6 commits into from
Jun 1, 2024

Conversation

codemile
Copy link
Contributor

@codemile codemile commented Jun 1, 2024

This pull request updates the deployment workflow to include build and deploy steps. It ensures that the necessary dependencies are installed and the code is built before deploying. This improves the overall deployment process and ensures a smoother deployment experience.

@codemile codemile enabled auto-merge (squash) June 1, 2024 18:01
@codemile codemile disabled auto-merge June 1, 2024 18:14
codemile added 3 commits June 1, 2024 14:15
This commit adds a new step called "success" to the pull_request workflow. This step runs on the ubuntu-latest runner and is triggered after the "build" step. The purpose of this step is to echo a success message and output a variable called "success" with the value "true". This step is designed to trigger auto merge if all dependencies are met.
@codemile codemile merged commit e7576b6 into main Jun 1, 2024
6 checks passed
@codemile codemile deleted the chore/add-deploy-workflow branch June 1, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant