Skip to content

Commit

Permalink
NYS-66: modifies git command to specify that we are pushing from the …
Browse files Browse the repository at this point in the history
…master branch to the training branch on pantheon
  • Loading branch information
joelsteidl committed Jul 16, 2024
1 parent 10870c0 commit 2111bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pantheon-refresh-multidev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Mirror the latest code from master into the training environment
run: |
git clone -o pantheon -b master ${{ vars.PANTHEON_GIT_REMOTE }} ./
git push -f pantheon training
git push -f pantheon master:training
- name: Refresh the training environment from live without files
run: terminus env:clone-content ${{ vars.PANTHEON_SITE }}.live training --yes --db-only

0 comments on commit 2111bcd

Please sign in to comment.