Skip to content

Commit 075ac25

Browse files
committed
remove migration
1 parent 638e71e commit 075ac25

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/deploy_to_linode.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Install Golang-Migrate
15-
run: |
16-
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.18.1/migrate.linux-amd64.tar.gz | tar xvz
17-
sudo mv migrate /usr/local/bin/migrate
18-
1914
- name: Install X11 development libraries
2015
run: |
2116
sudo apt-get update
@@ -35,10 +30,6 @@ jobs:
3530
source: "sdump"
3631
target: "/root"
3732

38-
- name: Run Migrations
39-
run: |
40-
migrate -database ${{ secrets.POSTGRES_ROOT_DSN }}/sdump -path ./datastore/sql/migrations up
41-
4233
- name: Restart sdump systemd service
4334
uses: appleboy/ssh-action@master
4435
env:

0 commit comments

Comments
 (0)