Skip to content

Commit

Permalink
Specify proper branch for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Sep 13, 2024
1 parent 2e1fbc1 commit 4dee268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
->set('hostname', 'snac-dev.iath.virginia.edu')
->set('labels', ['env' => 'development', 'stage' => 'development'])
->set('remote_user', 'snacworker')
->set('branch', 'jnm/github-actions')
->set('deploy_path', '/lv2/snac');

after('deploy:failed', 'deploy:unlock');
Expand Down

0 comments on commit 4dee268

Please sign in to comment.