Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc changes #671

Merged
merged 19 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .github/images/banner.png
Binary file not shown.
Binary file added .github/images/cloud-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/cloud-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/icon.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions .github/images/icons/cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions .github/images/icons/contents.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions .github/images/icons/contributing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .github/images/icons/documentation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions .github/images/icons/features.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .github/images/icons/gettingstarted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .github/images/icons/license.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .github/images/icons/tick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/images/logo-text.png
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
CLOUD_CLIENT_ID: OuFa4OeeKveeRq1G6xIPgrl6EBUJtxLR
SCOUT_COPILOT_ID: copilot_cm3gcpzxw00020cs66takkem5
SCOUT_WORKFLOW_ID: wf_cm3gbr8vk00010ds6b1g0vnvv
INTERCOM_APP_ID: wf_cm3gbr8vk00010ds6b1g0vnvv

jobs:
version:
Expand Down Expand Up @@ -173,6 +174,7 @@ jobs:
VITE_CLOUD_CALLBACK_URL: "${{ env.CLOUD_CALLBACK_URL }}"
VITE_SCOUT_COPILOT_ID: ${{ env.SCOUT_COPILOT_ID }}
VITE_SCOUT_WORKFLOW_ID: ${{ env.SCOUT_WORKFLOW_ID }}
VITE_INTERCOM_APP_ID: ${{ env.INTERCOM_APP_ID }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
CLOUD_CALLBACK_URL_DEV: https://dev.surrealist.app/cloud/callback
SCOUT_COPILOT_ID: copilot_cm3gcpzxw00020cs66takkem5
SCOUT_WORKFLOW_ID: wf_cm3gbr8vk00010ds6b1g0vnvv
INTERCOM_APP_ID: wf_cm3gbr8vk00010ds6b1g0vnvv

jobs:
version:
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
VITE_CLOUD_CALLBACK_URL: ${{ env.CLOUD_CALLBACK_URL_DEV }}
VITE_SCOUT_COPILOT_ID: ${{ env.SCOUT_COPILOT_ID }}
VITE_SCOUT_WORKFLOW_ID: ${{ env.SCOUT_WORKFLOW_ID }}
VITE_INTERCOM_APP_ID: ${{ env.INTERCOM_APP_ID }}

- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
CLOUD_CALLBACK_URL: https://surrealist.app/cloud/callback
SCOUT_COPILOT_ID: copilot_cm3gcpzxw00020cs66takkem5
SCOUT_WORKFLOW_ID: wf_cm3gbr8vk00010ds6b1g0vnvv
INTERCOM_APP_ID: wf_cm3gbr8vk00010ds6b1g0vnvv

jobs:
version:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
VITE_CLOUD_CALLBACK_URL: ${{ env.CLOUD_CALLBACK_URL }}
VITE_SCOUT_COPILOT_ID: ${{ env.SCOUT_COPILOT_ID }}
VITE_SCOUT_WORKFLOW_ID: ${{ env.SCOUT_WORKFLOW_ID }}
VITE_INTERCOM_APP_ID: ${{ env.INTERCOM_APP_ID }}
with:
push: true
file: docker/Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
CLOUD_CLIENT_ID: OuFa4OeeKveeRq1G6xIPgrl6EBUJtxLR
SCOUT_COPILOT_ID: copilot_cm3gcpzxw00020cs66takkem5
SCOUT_WORKFLOW_ID: wf_cm3gbr8vk00010ds6b1g0vnvv
INTERCOM_APP_ID: wf_cm3gbr8vk00010ds6b1g0vnvv

jobs:
version:
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
VITE_CLOUD_CALLBACK_URL: ${{ env.CLOUD_CALLBACK_URL }}
VITE_SCOUT_COPILOT_ID: ${{ env.SCOUT_COPILOT_ID }}
VITE_SCOUT_WORKFLOW_ID: ${{ env.SCOUT_WORKFLOW_ID }}
VITE_INTERCOM_APP_ID: ${{ env.INTERCOM_APP_ID }}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
Loading