Skip to content

Commit

Permalink
Merge pull request #396 from codeforIATI/deployment_workflow_fix_4
Browse files Browse the repository at this point in the history
Deployment workflow - remove tweaks
  • Loading branch information
odscjames authored Jan 18, 2023
2 parents fda27fb + 63cc688 commit b58c268
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,5 @@ jobs:
HostName ${{ secrets.SSH_HOSTNAME }}
User ${{ secrets.SSH_USER }}
IdentityFile ~/.ssh/id_rsa
- name: Set git deploy email
run: |
git config --global user.email "[email protected]"
git config --global user.name "Git Deploy User"
- name: Deploy
run: fab deploy -H datastore
env:
EMAIL: [email protected]
GIT_AUTHOR_NAME: [email protected]
GIT_AUTHOR_EMAIL: Deploy

0 comments on commit b58c268

Please sign in to comment.