We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a055d5b commit adeb731Copy full SHA for adeb731
.circleci/config.yml
@@ -35,17 +35,6 @@ jobs:
35
do
36
docker push $image:latest
37
done
38
- deploy:
39
- machine:
40
- image: ubuntu-2204:2025.09.1
41
- steps:
42
- - checkout
43
- - run:
44
- name: Copy Hasura Files (Staging)
45
- command: rsync -avz ./hasura $STAGING_USER@$STAGING_HOST:~/uwflow/
46
47
- name: Deploy (Staging)
48
- command: ssh $STAGING_USER@$STAGING_HOST "bash ~/uwflow/script/deploy.sh"
49
workflows:
50
version: 2
51
normal:
@@ -57,10 +46,3 @@ workflows:
57
filters:
58
branches:
59
only: main
60
- - deploy:
61
- requires:
62
- - build
63
- - publish
64
- filters:
65
- branches:
66
- only: main
0 commit comments