Skip to content

Commit

Permalink
Clean up some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Feb 22, 2024
1 parent 7dd10a1 commit a83f08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo dpkg -i aptible-package
aptible login \
--email='${{ secrets.APTIBLE_USERNAME }}' \
--password='${{ secrets.APTIBLE_PASSWORD}}'
--password='${{ secrets.APTIBLE_PASSWORD }}'
git push --force ${{ vars.PROD_APTIBLE_REMOTE_URL }} ${GITHUB_SHA}:${{ vars.PROD_APTIBLE_REMOTE_BRANCH }}
aptible deploy \
--app sn-md-pilot-prod \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo dpkg -i aptible-package
aptible login \
--email='${{ secrets.APTIBLE_USERNAME }}' \
--password='${{ secrets.APTIBLE_PASSWORD}}'
--password='${{ secrets.APTIBLE_PASSWORD }}'
git push --force ${{ vars.APTIBLE_REMOTE_URL }} ${GITHUB_SHA}:${{ vars.APTIBLE_REMOTE_BRANCH }}
aptible deploy \
--app sn-md-pilot-staging \
Expand Down

0 comments on commit a83f08f

Please sign in to comment.