Skip to content

Commit

Permalink
chore(ci): fix staging origin (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
yossi-eynav authored Dec 1, 2023
1 parent d64a60b commit 7904100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
env:
NODE_ENV: staging
BASE_NAME: ${{ github.ref_name }}
PUBLIC_URL: "http://stage.meirim.org.s3-website.il-central-1.amazonaws.com/${{ github.ref_name }}"
PUBLIC_URL: "https://staging.meirim.org/${{ github.ref_name }}"

- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: stage.meirim.org
AWS_S3_BUCKET: staging.meirim.org
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_CI_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_CI_SECRET_KEY }}
SOURCE_DIR: "client/build"
Expand All @@ -114,7 +114,7 @@ jobs:
- name: info
run: |
echo "deployed to"
echo "http://stage.meirim.org.s3-website.il-central-1.amazonaws.com/${{ github.ref_name }}"
echo "https://staging.meirim.org/${{ github.ref_name }}"
build-and-deploy-prod:
environment: prod
Expand Down
1 change: 1 addition & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
text-align: right;
}


body {
direction: rtl;
-webkit-font-smoothing: antialiased;
Expand Down
1 change: 1 addition & 0 deletions client/src/style/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const colors = {
600: '#666666',
800: '#333333',
},

purple: {
100: '#F0E3FD',
200: '#CFABFA',
Expand Down

0 comments on commit 7904100

Please sign in to comment.