Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker for Drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Docker for Drupal
Commits
eae2b9a7
Commit
eae2b9a7
authored
3 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#47
Also pull private files with `ahoy live` from current stage
parent
621f6300
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ahoy.current.yml
+2
-0
2 additions, 0 deletions
ahoy.current.yml
with
2 additions
and
0 deletions
ahoy.current.yml
+
2
−
0
View file @
eae2b9a7
...
@@ -6,6 +6,7 @@ commands:
...
@@ -6,6 +6,7 @@ commands:
drush @default.dev cr
drush @default.dev cr
drush -y @default.dev config-split:import develop
drush -y @default.dev config-split:import develop
drush rsync @stage.current:%files/ @default.dev:%files -- --chown=www-data:www-data --safe-links --max-size=20M
drush rsync @stage.current:%files/ @default.dev:%files -- --chown=www-data:www-data --safe-links --max-size=20M
drush rsync @stage.current:%private/ @default.dev:%private -- --chown=www-data:www-data --safe-links --max-size=20M
chmod -R ugo+w files/default/files
chmod -R ugo+w files/default/files
chmod -R ugo+w files/default/private
chmod -R ugo+w files/default/private
usage
:
Pull files and DB from live site
usage
:
Pull files and DB from live site
...
@@ -18,6 +19,7 @@ commands:
...
@@ -18,6 +19,7 @@ commands:
pull-files
:
pull-files
:
cmd
:
|
cmd
:
|
drush rsync @stage.current:%files/ @default.dev:%files -- --chown=www-data:www-data --safe-links --max-size=20M
drush rsync @stage.current:%files/ @default.dev:%files -- --chown=www-data:www-data --safe-links --max-size=20M
drush rsync @stage.current:%private/ @default.dev:%private -- --chown=www-data:www-data --safe-links --max-size=20M
chmod -R ugo+w files/default/files
chmod -R ugo+w files/default/files
chmod -R ugo+w files/default/private
chmod -R ugo+w files/default/private
usage
:
Pull files from live site
usage
:
Pull files from live site
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment