Skip to content

Commit 50a9503

Browse files
authored
Update podman-run.yml
1 parent f6ff7a3 commit 50a9503

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/podman-run.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
host: ${{ secrets.HOST }}
1717
username: ${{ secrets.USERNAME }}
1818
password: ${{ secrets.PASSWORD }}
19-
port: ${{ secrets.PORT }}
2019
script: |
21-
whoami
22-
ls -al
20+
podman stop binder
21+
podman rm binder
22+
podman run --name binder -dt -p 3000:3000/tcp ghcr.io/sc0v/binder:master
23+
sudo service apache2 reload
2324

0 commit comments

Comments
 (0)