Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk authored Dec 4, 2023
1 parent 61ce0fc commit 8275fb5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@ jobs:
run: |
cd mini-projects/end-to-end/
python dataextraction.py
- name: Add data to repo
run: |
cd mini-projects/end-to-end/
git config --global user.email ""
git config --global user.name "Ploomber"
git add weather.csv
git commit -m "Update data"
git push
- name: Deploy to Ploomber cloud
run: |
cd mini-projects/end-to-end/
ploomber-cloud deploy
ploomber-cloud deploy

0 comments on commit 8275fb5

Please sign in to comment.