We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d5544 commit 753c126Copy full SHA for 753c126
.github/workflows/migrate.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-java@v1
17
with:
18
java-version: 11.0.11
19
+ - name: Log in to Docker Hub
20
+ run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
21
- name: Run production migration
22
env:
23
MONGO_HOST: ${{ secrets.MONGO_HOST }}
.github/workflows/pr.yml
- name: Run local migration
run: ./gradlew clean run
- uses: kentaro-m/[email protected]
0 commit comments