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

Create actions for deployment #132

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

Williangalvani
Copy link
Member

- name: Configure Git User
run: |
git config user.email "[email protected]"
git config user.name "BlueRobotics-CI"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already being done by Setup Environment

git checkout HEAD@{1} ci/deploy-whitelist
cat ci/deploy-whitelist | xargs git checkout HEAD@{1}
git --no-pager diff --staged
git rm -f ci/deploy-whitelist
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not just calling deploy.sh over replacing it ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it gets so small without the overhead that I didn't see the point in keeping it. but I'll that. I think it makes things more... traceable

@patrickelectric patrickelectric merged commit 69f7f35 into bluerobotics:master Sep 7, 2023
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.

2 participants