Skip to content

Commit

Permalink
chore: temp remove apply migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 19, 2024
1 parent a56ae11 commit de2d3f0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
- name: Run tests
run: cargo test --verbose

- name: Apply migrations
uses: Odonno/[email protected]
with:
address: ${{ secrets.SURREAL_ADDRESS }}
ns: ${{ secrets.SURREAL_NS }}
db: ${{ secrets.SURREAL_DB }}
username: ${{ secrets.SURREAL_USERNAME }}
password: ${{ secrets.SURREAL_PASSWORD }}
version: v2.0.0-preview.1
skip-untracked-files: true
# - name: Apply migrations
# uses: Odonno/[email protected]
# with:
# address: ${{ secrets.SURREAL_ADDRESS }}
# ns: ${{ secrets.SURREAL_NS }}
# db: ${{ secrets.SURREAL_DB }}
# username: ${{ secrets.SURREAL_USERNAME }}
# password: ${{ secrets.SURREAL_PASSWORD }}
# version: v2.0.0-preview.1
# skip-untracked-files: true

- name: Deploy to DigitalOcean
uses: digitalocean/app_action@v2 # switch to v2 after https://github.com/digitalocean/app_action/issues/123
Expand Down

0 comments on commit de2d3f0

Please sign in to comment.