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

Fix stage deployment env and increase actions version #90

Merged
merged 4 commits into from
Dec 6, 2022
Merged

Conversation

donpui
Copy link
Contributor

@donpui donpui commented Nov 30, 2022

Now stage.winden.app deploys with production env. of mailbox and relay server.
Stage.winden.app should use stage mailbox/relay services.

Additionally increase github action version to avoid warning message: Node.js 12 actions are deprecated

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
@donpui donpui requested a review from wuan November 30, 2022 08:55
Copy link
Contributor

@wuan wuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from some minor name changes it looks good

@@ -42,12 +42,25 @@ jobs:
"https://github.com/docker/compose/releases/download/v2.6.1/docker-compose-linux-x86_64"
sudo chmod +x /usr/local/bin/docker-compose

- name: create config
- name: create config for production env.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to rename these. Maybe like "set URLs for production"

echo "MAILBOX_URL=wss://mailbox.winden.app/v1" >> $GITHUB_ENV
echo "RELAY_URL=wss://relay.winden.app/" >> $GITHUB_ENV

- name: create config for stage env.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar here: "set URLs for stage"

@donpui donpui merged commit 584c33d into main Dec 6, 2022
@donpui donpui deleted the fix-stage-env branch December 6, 2022 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants