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

release: RWS 1.0.11 #94

Merged
merged 1 commit into from
Mar 4, 2024
Merged

release: RWS 1.0.11 #94

merged 1 commit into from
Mar 4, 2024

Conversation

ylobankov
Copy link
Contributor

No description provided.

@ylobankov ylobankov merged commit 7b9cacf into master Mar 4, 2024
1 check passed
@ylobankov ylobankov deleted the ylobankov/release-1.0.11 branch March 4, 2024 09:55
@ylobankov
Copy link
Contributor Author

The following change for fixing app deployment was force-pushed to the master branch after merging this PR:

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1aa0d42..ec521e9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
         with:
           ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
           dokku-host: ${{ secrets.DOKKU_HOST }}
-          dokku-app-name: rws${{ !startsWith(github.ref, 'refs/tags/') && '-dev' }}
+          dokku-app-name: rws${{ !startsWith(github.ref, 'refs/tags/') && '-dev' || '' }}
           git-push-flags: '--force'
       - name: Send notification on failure
         if: failure()

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.

2 participants