We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a414bea commit eb570d8Copy full SHA for eb570d8
1 file changed
.github/workflows/deploy.yml
@@ -1,7 +1,4 @@
1
-# This workflow will build a .NET project
2
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
-
4
-name: Frontend Build and Push to DockerHub
+name: Deploy
5
6
on:
7
push:
@@ -35,19 +32,3 @@ jobs:
35
32
tags: fribyte/root-website:latest
36
33
build-args: |
37
34
APP_BUILD_DATE=${{ github.event.repository.updated_at}}
38
- deploy_to_remote_server:
39
- name: SSH to server and pull new image
40
- needs: push_to_registry
41
- runs-on: ubuntu-latest
42
43
- steps:
44
- - name: Deploy to Remote Server
45
- uses: appleboy/ssh-action@master
46
- with:
47
- host: ${{ secrets.HOST }}
48
- username: ${{ secrets.USERNAME }}
49
- key: ${{ secrets.KEY }}
50
- script: |
51
- cd root-web
52
- docker compose pull rootlinjeforening.no
53
- docker compose up -d
0 commit comments