Skip to content

Commit

Permalink
pull first?
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Oct 27, 2023
1 parent 5eeaf9a commit 122e1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
- name: "[PROJECT] 4. Deploy the demo application to Upsun."
run: |
echo "::notice::First push to project."
cat ~/.ssh/known_hosts
# cat ~/.ssh/known_hosts
git checkout $TEST_PROJECT_DEFAULT_BRANCH
git pull origin $TEST_PROJECT_DEFAULT_BRANCH
upsun push -y
################################################################################################
Expand Down

0 comments on commit 122e1ff

Please sign in to comment.