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

feat: add fastly support, fixes #19 #23

Merged
merged 2 commits into from
Oct 21, 2024
Merged

feat: add fastly support, fixes #19 #23

merged 2 commits into from
Oct 21, 2024

Conversation

shyim
Copy link
Member

@shyim shyim commented Oct 18, 2024

When a config/fastly folder exists and FASTLY_API_TOKEN and FASTLY_SERVICE_ID env are existing we are syncing them into the Fastly Service. (The config/fastly folder will be created using recipe).

It does basically the same as our bash script with Fastly CLI. In PHP it's feels more stable and we have more control over it.

Additional to that we have now commands:

  • shopware-deployment-helper fastly:snippets:list

  • shopware-deployment-helper fastly:snippets:remove <name> to remove a specific one

  • Try out that the old tool does not colidate with this new one

@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (bc86fb6) to head (99d81ad).

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #23    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           22        28     +6     
  Lines          418       548   +130     
==========================================
+ Hits           418       548   +130     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shyim shyim merged commit fa8b9a0 into main Oct 21, 2024
6 checks passed
@shyim shyim deleted the feat-add-fastly-support branch October 21, 2024 07:39
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