Skip to content

Commit

Permalink
Misc changes (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Feb 4, 2025
1 parent 27c1a47 commit 35d1a62
Show file tree
Hide file tree
Showing 44 changed files with 474 additions and 228 deletions.
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

0 comments on commit 35d1a62

Please sign in to comment.